Home | History | Annotate | Download | only in lib

Lines Matching refs:EXECUTABLE

80   EXECUTABLE = '__executable__'
187 Searches the .build_tool_list for an executable name on the user's
316 if type == self.EXECUTABLE:
326 Runs an executable program built from a gyp-generated configuration.
329 Subclasses should find the output executable in the appropriate
330 output build directory, tack on any necessary executable suffix, etc.
464 if type == self.EXECUTABLE:
483 Runs an executable program built from a gyp-generated configuration.
486 that the executable file exists.
558 Runs an executable built by Make.
571 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
620 search %PATH% and %PATHEXT% for a devenv.{exe,bat,...} executable.
733 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
838 Runs an executable built by Visual Studio.
842 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
947 Runs an executable built by xcodebuild.
952 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]