jamfile.v2

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

V2
42
字号
# Regression test status reporting tools build Jamfile

exe process_jam_log
    :
    ../process_jam_log.cpp ../detail/tiny_xml.cpp
    /boost/filesystem//boost_filesystem
    :
    :
    release
    ;

exe compiler_status
    :
    ../compiler_status.cpp ../detail/tiny_xml.cpp
    /boost/filesystem//boost_filesystem
    :
    :
    release
    ;

install dist-bin
    :
    process_jam_log
    compiler_status
    :
    <install-type>EXE
    <location>../../../dist/bin
    :
    release
    ;

install dist-lib
    :
    process_jam_log
    compiler_status
    :
    <install-type>LIB
    <location>../../../dist/lib
    :
    release
    ;

⌨️ 快捷键说明

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