jamfile.v2
来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 34 行
V2
34 行
# (C) Copyright 2004: Eric Niebler# Distributed under 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)# bring in rules for testingimport testing ;project : requirements <toolset>intel:<debug-symbols>off <toolset>msvc-7.1:<debug-symbols>off <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE <toolset>msvc-8.0:<define>_CRT_SECURE_NO_DEPRECATE <toolset>msvc-9.0:<define>_SCL_SECURE_NO_DEPRECATE <toolset>gcc:<cxxflags>-ftemplate-depth-1024 <library>/boost/test//boost_unit_test_framework <link>static ;test-suite "proto" : [ run calculator.cpp ] [ run deep_copy.cpp ] [ run examples.cpp ] [ run lambda.cpp ] [ run make_expr.cpp ] [ run matches.cpp ] [ run proto_fusion.cpp : : : <toolset>gcc:<cxxflags>-ftemplate-depth-1024 ] [ run proto_fusion_s.cpp ] [ run toy_spirit.cpp ] [ run toy_spirit2.cpp ] ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?