Index: readme.build.txt =================================================================== diff -u -rb50df1679bb9a1e885407c034fc37fb7064709a8 -r7770d9e0a316d014b75ea4bd88f8b6d13c80c318 --- readme.build.txt (.../readme.build.txt) (revision b50df1679bb9a1e885407c034fc37fb7064709a8) +++ readme.build.txt (.../readme.build.txt) (revision 7770d9e0a316d014b75ea4bd88f8b6d13c80c318) @@ -1,7 +1,18 @@ To build Copy Handler from source code, you need to have: -- Visual Studio 2008 (at least standard edition, because of dependencies on MFC) + SP1 -- Debugging tools for Windows (needed for crash dump generation) -- Recommended: newest Windows SDK +- Visual Studio 2008 (at least standard edition, because of dependencies on MFC) + SP1 + newest Visual Studio updates +- Newest Windows SDK +- Debugging tools for Windows (needed for crash dump generation) - seems to be integrated with newer Windows SDKs Copy Handler project depends on: - Boost libraries (http://www.boost.org) +Common part: + bootstrap.bat + +1. Visual Studio 2008 + for x64 and x32 respectively + bjam --toolset=msvc-9.0 address-model=64 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib-9.0\x64 stage + bjam --toolset=msvc-9.0 address-model=32 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib-9.0\x32 stage + +2. Visual Studio 2013 + bjam --toolset=msvc-12.0 address-model=64 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib-12.0\x64 stage + bjam --toolset=msvc-12.0 address-model=32 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib-12.0\x32 stage