boost Windows x64 编译

vs2013 x64兼容工具命令行


bootstrap.bat生成x64版的bjam.exe  b2.exe




b2.exe  --build-type=complete --stagedir=".\lib\vc12_x64" address-model=64  




需要注意的是address-model=64属性,如果没有这个属性的话,会默认生成32位的平台库,加入这个选项才能生成64位的DLL。

你可能感兴趣的:(boost Windows x64 编译)