In order to build the Boost library files required by KeePass,
execute Boost's B2 tool like the following (for Microsoft
Visual C++):

b2 --toolset=msvc --with-regex --build-type=complete stage

In order to explicitly use Visual Studio 2008, use msvc-9.0 instead of msvc.
64-bit libraries can be built using the address-model=64 option.



Command lines for Visual Studio 2008:

b2 --toolset=msvc-9.0 --with-regex --build-type=complete address-model=32 stage

b2 --toolset=msvc-9.0 --with-regex --build-type=complete address-model=64 stage
