Searched defs:shared_lib_extension (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/distutils/ | ||
D | cygwinccompiler.py | 93 shared_lib_extension = ".dll" variable in CygwinCCompiler |
D | bcppcompiler.py | 48 shared_lib_extension = '.dll' variable in BCPPCompiler |
D | unixccompiler.py | 77 shared_lib_extension = ".so" variable in UnixCCompiler |
D | _msvccompiler.py | 196 shared_lib_extension = '.dll' variable in MSVCCompiler |
D | msvccompiler.py | 226 shared_lib_extension = '.dll' variable in MSVCCompiler |
D | msvc9compiler.py | 324 shared_lib_extension = '.dll' variable in MSVCCompiler |
D | ccompiler.py | 66 shared_lib_extension = None # string variable in CCompiler |