jamfile.v2

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

V2
11
字号
# copyright John Maddock 2003

lib link_test : link_test.cpp 
    : <link>shared <runtime-link>shared 
      # This is needed to make the test work, I'm unsure if this
      # should be set globally.
      <define>BOOST_DYN_LINK=1
    : 
        debug release
    ;

⌨️ 快捷键说明

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