Searched defs:shared_lib_extension (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/distutils/ | ||
D | emxccompiler.py | 36 shared_lib_extension = ".dll" variable in EMXCCompiler |
D | cygwinccompiler.py | 87 shared_lib_extension = ".dll" variable in CygwinCCompiler |
D | bcppcompiler.py | 48 shared_lib_extension = '.dll' variable in BCPPCompiler |
D | unixccompiler.py | 80 shared_lib_extension = ".so" variable in UnixCCompiler |
D | msvccompiler.py | 230 shared_lib_extension = '.dll' variable in MSVCCompiler |
D | msvc9compiler.py | 335 shared_lib_extension = '.dll' variable in MSVCCompiler |
D | ccompiler.py | 74 shared_lib_extension = None # string variable in CCompiler |