Searched defs:exe_extension (Results 1 - 7 of 7) sorted by relevance
| /third_party/python/Lib/distutils/ | ||
| H A D | bcppcompiler.py | 50 exe_extension = '.exe' variable in BCPPCompiler |
| H A D | unixccompiler.py | 83 exe_extension = ".exe" variable in UnixCCompiler |
| H A D | cygwinccompiler.py | 96 exe_extension = ".exe" variable in CygwinCCompiler |
| H A D | _msvccompiler.py | 198 exe_extension = '.exe' variable in MSVCCompiler |
| H A D | msvccompiler.py | 227 exe_extension = '.exe' variable in MSVCCompiler |
| H A D | ccompiler.py | 69 exe_extension = None # string variable in CCompiler |
| H A D | msvc9compiler.py | 326 exe_extension = '.exe' variable in MSVCCompiler |
Completed in 7 milliseconds