The "lib" prefix is for static libraries. Use link=static
The 's' letter is to static linking to runtime. Use runtime-link=static
The 'd' is debug, use variant=debug
The 'g' is using debug runtime, I think it's included in 'debug' variant
其他的不多说看,在VS2008命令提示符下输入以下参数即可编译system的静态链接库
bjam debug link=static threading=multi runtime-link=link --with-system
本文详细介绍了使用Visual Studio 2008进行静态库编译时所需的参数配置,包括如何设置静态链接、运行时链接类型、调试选项等。通过这些参数,可以有效地针对不同需求定制编译过程。
9018

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



