⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jamfile.v2

📁 C++的一个好库。。。现在很流行
💻 V2
字号:
# Inspect Jamfile

project
    :
    requirements
    <link>static
    <runtime-link>static
    <threading>single
    :
    source-location .. 
    ;

exe inspect
    :
    inspect.cpp license_check.cpp link_check.cpp long_name_check.cpp tab_check.cpp crlf_check.cpp
    copyright_check.cpp minmax_check.cpp
    /boost/filesystem//boost_filesystem
    /boost/regex//boost_regex
    :
    :
    release
    ;

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

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

⌨️ 快捷键说明

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