test-config-example.jam

来自「C++的一个好库。。。现在很流行」· JAM 代码 · 共 15 行

JAM
15
字号

# 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.

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

using boostbook 
     : /home/ghost/build/docbook/xsl
     : /home/ghost/build/docbook/dtd
    ; 
using doxygen ;

⌨️ 快捷键说明

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