boost编译批处理脚本

时间:2021-04-05 14:27:23

------------buildboost.bat--------------

@REM Used to build boost lib.
@REM by Rock Wang @transoft 20070807

set msvc_home=C:\Program Files\Microsoft Visual Studio 8\VC

call "%msvc_home%\bin\vcvars32.bat"

bjam.exe -sTOOLS=vc-8_0 "-sBUILD=debug release <runtime-link>static/dynamic <threading>single/multi" --stagedir=./stage_vc8 stage

pause