vs2008编译 boost 1_35_0 regex 库

来源:互联网 发布:mac mysql安装教程 编辑:程序博客网 时间:2024/05/17 09:36
使用"visual studio 2008 命令行"进入command方式

将bjam.exe拷贝到 libs/regex/build

bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=release"  "runtime-link=shared" "link=shared" "threading=single"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=release"  "runtime-link=shared" "link=shared" "threading=multi"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=release"  "runtime-link=shared" "link=static" "threading=single"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=release"  "runtime-link=shared" "link=static" "threading=multi"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=release"  "runtime-link=static" "link=static" "threading=single"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=release"  "runtime-link=static" "link=static" "threading=multi"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=debug"  "runtime-link=shared" "link=shared" "threading=single"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=debug"  "runtime-link=shared" "link=shared" "threading=multi"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=debug"  "runtime-link=shared" "link=static" "threading=single"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=debug"  "runtime-link=shared" "link=static" "threading=multi"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=debug"  "runtime-link=static" "link=static" "threading=single"  stage
bjam.exe "--without-python" "--without-mpi" "--toolset=msvc" "variant=debug"  "runtime-link=static" "link=static" "threading=multi"  stage