Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py141 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix')
168 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix')
/external/python/cpython2/Lib/distutils/
Demxccompiler.py36 shared_lib_extension = ".dll" variable in EMXCCompiler
Dccompiler.py74 shared_lib_extension = None # string variable in CCompiler
834 return os.path.join(output_dir, basename + self.shared_lib_extension)
Dunixccompiler.py80 shared_lib_extension = ".so" variable in UnixCCompiler
Dcygwinccompiler.py87 shared_lib_extension = ".dll" variable in CygwinCCompiler
Dbcppcompiler.py48 shared_lib_extension = '.dll' variable in BCPPCompiler
Dsysconfig.py222 compiler.shared_lib_extension = so_ext
Dmsvccompiler.py230 shared_lib_extension = '.dll' variable in MSVCCompiler
Dmsvc9compiler.py335 shared_lib_extension = '.dll' variable in MSVCCompiler
/external/python/cpython3/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
Dunixccompiler.py77 shared_lib_extension = ".so" variable in UnixCCompiler
Dbcppcompiler.py48 shared_lib_extension = '.dll' variable in BCPPCompiler
Dsysconfig.py243 compiler.shared_lib_extension = shlib_suffix
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