Searched refs:exe_extension (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ | ||
D | config.py | 150 if self.compiler.exe_extension is not None: |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ | ||
D | emxccompiler.py | 40 exe_extension = ".exe" variable in EMXCCompiler |
D | cygwinccompiler.py | 90 exe_extension = ".exe" variable in CygwinCCompiler |
D | unixccompiler.py | 143 exe_extension = ".exe" variable in UnixCCompiler |
D | ccompiler.py | 127 exe_extension = None # string variable in CCompiler |
D | bcppcompiler.py | 50 exe_extension = '.exe' variable in BCPPCompiler |
D | msvccompiler.py | 232 exe_extension = '.exe' variable in MSVCCompiler |
D | msvc9compiler.py | 337 exe_extension = '.exe' variable in MSVCCompiler |