Searched refs:static_lib_extension (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/distutils/ | ||
D | cygwinccompiler.py | 92 static_lib_extension = ".a" variable in CygwinCCompiler |
D | unixccompiler.py | 76 static_lib_extension = ".a" variable in UnixCCompiler |
D | bcppcompiler.py | 47 static_lib_extension = '.lib' variable in BCPPCompiler |
D | _msvccompiler.py | 195 static_lib_extension = '.lib' variable in MSVCCompiler |
D | msvccompiler.py | 225 static_lib_extension = '.lib' variable in MSVCCompiler |
D | ccompiler.py | 65 static_lib_extension = None variable in CCompiler |
D | msvc9compiler.py | 323 static_lib_extension = '.lib' variable in MSVCCompiler |
/third_party/python/patches/ | ||
D | cpython_mingw_v3.10.2.patch | 807 static_lib_extension = ".a" |