使用"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
将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
本文详细介绍了如何使用bjam.exe工具进行Boost库的不同配置编译,包括无Python、无MPI环境下,利用MSVC工具集针对多种运行时链接、链接类型及线程模型的配置指令。
242

被折叠的 条评论
为什么被折叠?



