Home
last modified time | relevance | path

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/
Demxccompiler.py37 static_lib_format = "%s%s" variable in EMXCCompiler
Dcygwinccompiler.py88 static_lib_format = "lib%s%s" variable in CygwinCCompiler
Dunixccompiler.py141 static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" variable in UnixCCompiler
Dbcppcompiler.py49 static_lib_format = shared_lib_format = '%s%s' variable in BCPPCompiler
Dmsvccompiler.py231 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler
Dccompiler.py125 static_lib_format = None # format string variable in CCompiler
Dmsvc9compiler.py336 static_lib_format = shared_lib_format = '%s%s' variable in MSVCCompiler