Home
last modified time | relevance | path

Searched refs:shared_lib_format (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/distutils/
Dcygwinccompiler.py95 shared_lib_format = "%s%s" variable in CygwinCCompiler
Dunixccompiler.py80 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s"
Dbcppcompiler.py49 static_lib_format = shared_lib_format = '%s%s'
D_msvccompiler.py197 static_lib_format = shared_lib_format = '%s%s'
Dmsvccompiler.py227 static_lib_format = shared_lib_format = '%s%s'
Dccompiler.py68 shared_lib_format = None # prob. same as static_lib_format variable in CCompiler
Dmsvc9compiler.py325 static_lib_format = shared_lib_format = '%s%s'