Home | History | Annotate | Download | only in lib

Lines Matching defs:EXECUTABLE

101   EXECUTABLE = '__executable__'
222 Searches the .build_tool_list for an executable name on the user's
357 if type == self.EXECUTABLE:
367 Runs an executable program built from a gyp-generated configuration.
370 Subclasses should find the output executable in the appropriate
371 output build directory, tack on any necessary executable suffix, etc.
523 if type == None or type == self.EXECUTABLE:
620 Runs an executable program built from a gyp-generated configuration.
624 executable_file = self.built_file_path(name, type=self.EXECUTABLE, **kw)
746 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
819 Runs an executable built by Make.
832 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
928 search %PATH% and %PATHEXT% for a devenv.{exe,bat,...} executable.
1032 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
1137 Runs an executable built by Visual Studio.
1141 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
1297 Runs an executable built by xcodebuild.
1302 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]