VS command 进入Execute .\bootstrap.bat,生产b2,b2同bjam一样
64位全量编译
b2 -j8 --toolset=msvc-14.0 address-model=64 --build-type=complete stage
32位编译b2 -j8 stage --toolset=msvc-10.0 address-model=32 link=static runtime-link=static threading=multi debug
b2 -j8 stage --toolset=msvc-10.0 address-model=32 link=static runtime-link=static threading=multi release
64位编译
b2 -j8 stage --toolset=msvc-10.0 address-model=64 link=static runtime-link=static threading=multi debug
b2 -j8 stage --toolset=msvc-10.0 address-model=64 link=static runtime-link=static threading=multi release