Home
last modified time | relevance | path

Searched refs:static_lib_format (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py94 static_lib_format = "lib%s%s" variable in CygwinCCompiler
H A Dbcppcompiler.py49 static_lib_format = shared_lib_format = '%s%s'
H A Dunixccompiler.py80 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s"
H A D_msvccompiler.py197 static_lib_format = shared_lib_format = '%s%s'
H A Dmsvccompiler.py226 static_lib_format = shared_lib_format = '%s%s'
H A Dccompiler.py67 static_lib_format = None # format string variable in CCompiler
68 shared_lib_format = None # prob. same as static_lib_format
837 # * static_lib_format -
842 # (probably same as static_lib_format, since the extension
H A Dmsvc9compiler.py325 static_lib_format = shared_lib_format = '%s%s'
/third_party/python/Tools/peg_generator/pegen/
H A Dbuild.py120 pdb = compiler.static_lib_format % (extension_name, '.pdb')

Completed in 7 milliseconds