Home
last modified time | relevance | path

Searched defs:build_command (Results 1 – 4 of 4) sorted by relevance

/external/fmtlib/support/
Dappveyor-build.py14 build_command = ['mingw32-make', '-j4'] variable
28 build_command = ['cmake', '--build', '.', '--config', config, '--', '/m:4'] variable
/external/toolchain-utils/bestflags/
Dtask.py61 def InitLogCommand(build_command, test_command, log_directory): argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb207 def build_command( grammar ) method in ANTLR3.CompileTask.GrammarSet
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb246 def build_command( options ) method in ANTLR3.Test.Grammar