Searched refs:static_lib_extension (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ | ||
D | emxccompiler.py | 35 static_lib_extension = ".lib" variable in EMXCCompiler |
D | cygwinccompiler.py | 86 static_lib_extension = ".a" variable in CygwinCCompiler |
D | unixccompiler.py | 138 static_lib_extension = ".a" variable in UnixCCompiler |
D | bcppcompiler.py | 47 static_lib_extension = '.lib' variable in BCPPCompiler |
D | msvccompiler.py | 229 static_lib_extension = '.lib' variable in MSVCCompiler |
D | ccompiler.py | 123 static_lib_extension = None variable in CCompiler |
D | msvc9compiler.py | 334 static_lib_extension = '.lib' variable in MSVCCompiler |