Searched defs:build_command (Results 1 – 4 of 4) sorted by relevance
14 build_command = ['mingw32-make', '-j4'] variable28 build_command = ['cmake', '--build', '.', '--config', config, '--', '/m:4'] variable
61 def InitLogCommand(build_command, test_command, log_directory): argument
207 def build_command( grammar ) method in ANTLR3.CompileTask.GrammarSet
246 def build_command( options ) method in ANTLR3.Test.Grammar