Home
last modified time | relevance | path

Searched defs:static_lib_format (Results 1 – 21 of 21) sorted by relevance

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