Searched defs:shared_lib_format (Results 1 – 7 of 7) 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 | 95 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 |
| /external/python/setuptools/setuptools/_distutils/ | ||
| D | cygwinccompiler.py | 106 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 |