Home
last modified time | relevance | path

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

/third_party/python/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