Searched defs:shared_lib_format (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/distutils/ | ||
D | emxccompiler.py | 38 shared_lib_format = "%s%s" variable in EMXCCompiler |
D | cygwinccompiler.py | 89 shared_lib_format = "%s%s" variable in CygwinCCompiler |
D | ccompiler.py | 76 shared_lib_format = None # prob. same as static_lib_format variable in CCompiler |
/external/python/cpython3/Lib/distutils/ | ||
D | cygwinccompiler.py | 97 shared_lib_format = "%s%s" variable in CygwinCCompiler |
D | ccompiler.py | 68 shared_lib_format = None # prob. same as static_lib_format variable in CCompiler |