Home
last modified time | relevance | path

Searched refs:static_lib_format (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/distutils/
Demxccompiler.py37 static_lib_format = "%s%s" variable in EMXCCompiler
Dunixccompiler.py83 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" variable in UnixCCompiler
Dcygwinccompiler.py88 static_lib_format = "lib%s%s" variable in CygwinCCompiler
Dbcppcompiler.py49 static_lib_format = shared_lib_format = '%s%s' variable in BCPPCompiler
Dmsvccompiler.py231 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler
Dccompiler.py75 static_lib_format = None # format string variable in CCompiler
Dmsvc9compiler.py336 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py94 static_lib_format = "lib%s%s" variable in CygwinCCompiler
Dunixccompiler.py80 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" variable in UnixCCompiler
Dbcppcompiler.py49 static_lib_format = shared_lib_format = '%s%s' variable in BCPPCompiler
D_msvccompiler.py197 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler
Dmsvccompiler.py227 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler
Dccompiler.py67 static_lib_format = None # format string variable in CCompiler
Dmsvc9compiler.py325 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler