Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hmap and dep files



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



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.