jamfile.v2
来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 43 行
V2
43 行
## Copyright John Maddock 2008.# Use, modification and distribution are subject to the # Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)## If you need to alter build preferences then set them in# the template defined in options_v2.jam.#test-suite config : [ run config_test.cpp : #args : #input-files : #requirements <threading>multi : config_test_threaded ] [ run config_test.cpp : #args : #input-files : #requirements <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ] [ run config_info.cpp : : : <test-info>always_show_run_output <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ] [ run config_info.cpp : : : <test-info>always_show_run_output <threading>multi : config_info_threaded ] [ run math_info.cpp : : : <test-info>always_show_run_output <toolset>borland:<runtime-link>static <toolset>borland:<link>static ] [ run abi/abi_test.cpp abi/main.cpp ] [ run limits_test.cpp ../../test/build//boost_test_exec_monitor ] [ run link/main.cpp link//link_test : #args : #input-files : #requirements <runtime-link>shared <define>BOOST_DYN_LINK=1 <define>BOOST_CONFIG_NO_LIB=1 : config_link_test ] [ compile-fail threads/test_thread_fail1.cpp ] [ compile-fail threads/test_thread_fail2.cpp ] ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?