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

📄 actions_quietly.jam

📁 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
💻 JAM
字号:
#~ Copyright 2007 Rene Rivera.#~ Distributed under the Boost Software License, Version 1.0.#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)if ! $(BJAM_SUBTEST){    ECHO --- Testing \"actions quietly\"... ;    assert "...found 4 targets......updating 2 targets....a. subtest_aecho [subtest_a] 0echo [subtest_a] 1echo [subtest_a] 2    [subtest_a] 0[subtest_a] 1[subtest_a] 2.a. subtest_becho [subtest_b] 0echo [subtest_b] 1echo [subtest_b] 2    [subtest_b] 0[subtest_b] 1[subtest_b] 2...updated 2 targets..." : (==) : [ SHELL "$(ARGV[1]) -f actions_quietly.jam -sBJAM_SUBTEST=1 -d2" ] ;    assert "...found 4 targets......updating 2 targets......updated 2 targets..." : (==) : [ SHELL "$(ARGV[1]) -f actions_quietly.jam -sBJAM_SUBTEST=1" ] ;}else{    actions quietly .a.    {echo [$(<:B)] 0echo [$(<:B)] 1echo [$(<:B)] 2    }        rule .a.    {        DEPENDS $(<) : $(>) ;    }        NOTFILE subtest ;    .a. subtest_a : subtest ;    .a. subtest_b : subtest ;    DEPENDS all : subtest_a subtest_b ;}

⌨️ 快捷键说明

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