options.jam

来自「boost库提供标准的C++ API 配合dev c++使用,功能更加强大」· JAM 代码 · 共 23 行

JAM
23
字号
# copyright John Maddock 2003

#
# this template defines the options common to
# all config builds and tests:
#
template config_options
   : # sources
   : # requirements
     <sysinclude>$(BOOST_ROOT)
     # como requires access to <windows.h>:
     <como-win32><*><no-warn>
     # threading tests require thread support turned on:
     <threading>multi
   ;

template config_test_options
   : # sources
     <lib>../../test/build/boost_prg_exec_monitor 
     <template>config_options
   ;
 

⌨️ 快捷键说明

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