Tag: Boost
bootstrap.bat
bjam toolset=msvc-10.0 address-model=32 --build-type=complete --stagedir=stage/x86 -j 2 bjam toolset=msvc-10.0 address-model=64 --build-type=complete --stagedir=stage/x64 -j 2
※注意点
bjam --toolset=msvc-10.0 --build-type=complete stage bjam --toolset=msvc-10.0 --build-type=complete architecture=x86 address-model=64 stage