Searched defs:static_lib_format (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/distutils/ | ||
| D | cygwinccompiler.py | 94 static_lib_format = "lib%s%s" variable in CygwinCCompiler |
| D | bcppcompiler.py | 49 static_lib_format = shared_lib_format = '%s%s' variable in BCPPCompiler |
| D | unixccompiler.py | 80 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" variable in UnixCCompiler |
| D | _msvccompiler.py | 197 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler |
| D | msvccompiler.py | 226 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler |
| D | msvc9compiler.py | 325 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler |
| D | ccompiler.py | 67 static_lib_format = None # format string variable in CCompiler |