Adriaan van Os wrote:
Objective-C++ is in the process of being merged into gcc, although currently it is still a development branch for fsf-gcc (see http://gcc.gnu.org/cvs.html#devbranches, objc-improvements-branch). For the suffixes involved, see http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.0/gcc/Overall-Options.html.
Well, I'm now putting in the following. And this doesn't yet include Ada and Fortran. Really looks like I should switch to regular expressions in the future ...
LanguageSuffixes: array [TFileKind, 1 .. 17] of String (4) = (('', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), ('.pas', '.p', '.pp', '.dpr', '', '', '', '', '', '', '', '', '', '', '', '', ''), ('.pas', '.p', '.pp', '.dpr', '', '', '', '', '', '', '', '', '', '', '', '', ''), ('.pas', '.p', '.pp', '.dpr', '', '', '', '', '', '', '', '', '', '', '', '', ''), ('.c', '.cc', '.cpp', '.CPP', '.cp', '.C', '.c++', '.cxx', '.i', '.ii', '.m', '.mi', '.mm', '.M', '.mii', '.S', '.s'), ('.o', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''));
Frank