On 6/29/05, Eric Slosser <email@hidden> wrote:
> Can someone tell me what's in the "$TARGET.hmap" and "$TARGET.dep" files that XCode (2.1) produces during a build?
Not sure about dep files, but the hmap is basically a hashed index of
all the headers in the project and their paths which it feeds to gcc,
probably for performance reasons and to ensure that project headers
get picked up in preference of system headers (it also lets you refer
to framework headers as <MyFramework/Header.h> when you're building
MyFramework and stuff like that).
Messy implementation detail, don't worry about it :-)
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden