Searched defs:exe_extension (Results 1 – 7 of 7) sorted by relevance
/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 | bcppcompiler.py | 50 exe_extension = '.exe' variable in BCPPCompiler |
D | unixccompiler.py | 143 exe_extension = ".exe" variable in UnixCCompiler |
D | msvccompiler.py | 232 exe_extension = '.exe' variable in MSVCCompiler |
D | msvc9compiler.py | 337 exe_extension = '.exe' variable in MSVCCompiler |
D | ccompiler.py | 127 exe_extension = None # string variable in CCompiler |