Home
last modified time | relevance | path

Searched refs:shared_lib_extension (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_sysconfig.py144 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix')
171 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix')
/third_party/python/Lib/distutils/
Dccompiler.py66 shared_lib_extension = None # string variable in CCompiler
868 return os.path.join(output_dir, basename + self.shared_lib_extension)
Dcygwinccompiler.py93 shared_lib_extension = ".dll" variable in CygwinCCompiler
Dsysconfig.py266 compiler.shared_lib_extension = shlib_suffix
Dunixccompiler.py77 shared_lib_extension = ".so" variable in UnixCCompiler
Dbcppcompiler.py48 shared_lib_extension = '.dll' variable in BCPPCompiler
D_msvccompiler.py196 shared_lib_extension = '.dll' variable in MSVCCompiler
Dmsvccompiler.py226 shared_lib_extension = '.dll' variable in MSVCCompiler
Dmsvc9compiler.py324 shared_lib_extension = '.dll' variable in MSVCCompiler
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch808 shared_lib_extension = ".dll"