Searched defs:exe_extension (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/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 | 86 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 | 77 exe_extension = None # string variable in CCompiler |