Searched refs:static_lib_format (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ | ||
D | emxccompiler.py | 37 static_lib_format = "%s%s" variable in EMXCCompiler |
D | cygwinccompiler.py | 88 static_lib_format = "lib%s%s" variable in CygwinCCompiler |
D | unixccompiler.py | 141 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" variable in UnixCCompiler |
D | bcppcompiler.py | 49 static_lib_format = shared_lib_format = '%s%s' variable in BCPPCompiler |
D | msvccompiler.py | 231 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler |
D | ccompiler.py | 125 static_lib_format = None # format string variable in CCompiler |
D | msvc9compiler.py | 336 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler |