test-config.jam.in

来自「boost库提供标准的C++ API 配合dev c++使用,功能更加强大」· IN 代码 · 共 11 行

IN
11
字号

# Skeleton for test configuration. If your local configuration 
# interferes with testing, rename this files to 'test-system.jam'
# and tweak it. When tests are run, only this file will be loaded,
# while site-config.jam and user-config.jam will be ignored.

import toolset : using ;

using gcc ;
using msvc : : "P:/Program Files/Microsoft Visual Studio/vc98" : : vcvars32-p.bat ;
using borland ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?