
====================================
How to build GuiLoader-C++ with MSVC
====================================

It is assumed that instructions in "msvc.en.txt" in the Crow package are already followed.

Release version of the GuiLoader-C++ library should be ready at this point. The examples could be built now with "bjam" command executed in a command prompt window from the toplevel distribution directory "guiloader-c++-X.Y.Z".

If a debug version of "guiloader-c++.dll" is needed (e.g. for debugging an application from within an IDE), gtkmm alias in "site-config.jam" must be updated to include debug gtkmm libraries; then "bjam debug" command will be able to build debug versions of "guiloader-c++.dll" and examples.

