Searched defs:src_extensions (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/distutils/ | ||
D | bcppcompiler.py | 45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler |
D | unixccompiler.py | 77 src_extensions = [".c",".C",".cc",".cxx",".cpp",".m"] variable in UnixCCompiler |
D | msvccompiler.py | 225 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler |
D | msvc9compiler.py | 330 src_extensions = (_c_extensions + _cpp_extensions + variable in MSVCCompiler |
D | ccompiler.py | 71 src_extensions = None # list of strings variable in CCompiler |