Searched defs:src_extensions (Results 1 – 5 of 5) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ | ||
| D | bcppcompiler.py | 45 src_extensions = _c_extensions + _cpp_extensions variable in BCPPCompiler |
| D | unixccompiler.py | 136 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 | 121 src_extensions = None # list of strings variable in CCompiler |