making xcode handle headers with .hh extension
making xcode handle headers with .hh extension
- Subject: making xcode handle headers with .hh extension
- From: Marcus Mendenhall <email@hidden>
- Date: Tue, 24 Feb 2004 12:23:05 -0600
I am working with a project (derived from geant4, the CERN radiation
transport code) in which all the c++ headers have extension .hh instead
of the more usual .h or .H. Xcode seems a little unhappy with this
situation. It does not correctly recognize dependencies in headers
named this way, and when a header of this type is opened, it is not
parsed for methods, etc. Is there a way to get Xcode to accept a new
extension for header files so it will consider these to be completely
equivalent to foo.h headers?
Thanks.
Marcus Mendenhall
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.