Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Parse non-standard source files

Hi,

Is here the correct place for CDT usage questions?  I hope I am not abuse the list.

My C project has many non-standard header files, those ending in a extension name '.hl' .  Actually, in the project, '.h' is used for public interface declarations and '.hl' is used for declarations used only by the local module that is in the same folder as a '.hl' file.   But it appears that eclipse never parse the '.hl' files, this bring some problmes to my code browsing.  So, how can I let Eclipse know that '.hl' files are normal c header files?

Thanks.


--
Life is the only flaw in an otherwise perfect nonexistence
   -- Schopenhauer

narke
public key at http://subkeys.pgp.net:11371 (narkewoody@xxxxxxxxx)

Back to the top