Searched refs:shared_lib_extension (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/distutils/tests/ | ||
D | test_sysconfig.py | 144 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix') |
/third_party/python/Lib/distutils/ | ||
D | ccompiler.py | 66 shared_lib_extension = None # string variable in CCompiler |
D | cygwinccompiler.py | 93 shared_lib_extension = ".dll" variable in CygwinCCompiler |
D | sysconfig.py | 266 compiler.shared_lib_extension = shlib_suffix |
D | unixccompiler.py | 77 shared_lib_extension = ".so" variable in UnixCCompiler |
D | bcppcompiler.py | 48 shared_lib_extension = '.dll' variable in BCPPCompiler |
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 |