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

📄 jamfile

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻
字号:
# copyright John Maddock 2003

subproject libs/config/test/link ;

dll link_test : link_test.cpp 
    : 
    <runtime-link>dynamic
    <define>BOOST_DYN_LINK=1
    <sysinclude>$(BOOST_ROOT)
    # make sure the names of the libraries are correctly named:
    common-variant-tag
    : 
        debug release
    ;

lib link_test : link_test.cpp 
    : 
    <sysinclude>$(BOOST_ROOT)
    # make sure the names of the libraries are correctly named:
    common-variant-tag
    : 
        debug release
    ;

stage stage/lib : <lib>link_test <dll>link_test
    :
        # copy to a path rooted at BOOST_ROOT:
        <locate>$(BOOST_ROOT)
        # make sure the names of the libraries are correctly named:
        common-variant-tag
        # add this target to the "stage" and "all" psuedo-targets:
        <target>stage
        <target>all
    :
        debug release
    ;


⌨️ 快捷键说明

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