Searched full:batch_build (Results 1 – 8 of 8) sorted by relevance
15 # BATCH_BUILD flag disables interactive terminal features, defaults to verbose build16 ifdef BATCH_BUILD
143 ifdef BATCH_BUILD
36 make = subprocess.Popen(['make'] + sys.argv[1:] + ['BATCH_BUILD=1'], stdout=subprocess.PIPE)
47 * 点击 **"C/C++ Build"** 下的 **"Environment"** 属性页,选择 **"Add..."**,并在对应位置输入 ``BATCH_BUILD`` 和 ``1``。
53 BATCH_BUILD: "1"
283 如果在运行 ``make`` 的时候不希望出现交互式提示(例如:在 IDE 或自动构建系统中),可以将 ``BATCH_BUILD=1`` 添加到 make 的参数中(或者将其设置为环境变量)。285 设置 ``BATCH_BUILD`` 意味着:
47 …" properties page under "C/C++ Build". Click "Add..." and enter name ``BATCH_BUILD`` and value ``1…
283 …pts (for example: inside an IDE or an automated build system) append ``BATCH_BUILD=1`` to the make…285 Setting ``BATCH_BUILD`` implies the following: