Re: time.h vs Time.h
Re: time.h vs Time.h
- Subject: Re: time.h vs Time.h
- From: Markian Hlynka <email@hidden>
- Date: Fri, 27 Aug 2004 15:56:54 -0600
On Aug 27, 2004, at 15:37, Jim Ingham wrote:
I am pretty sure the header map is there to handle cases like building
a new version of the AppKit framework on a system that already has one
installed. In that case, you need to make sure that you pick up the
headers from the NEW AppKit frameworks - which are local - and not the
system ones, even though the includes are all through <> type
includes. So I think the sort of rule you are suggesting would defeat
the header map's main purpose.
that sounds reasonable, but it doesn't address the original problem,
which is that xcode doesn't seem to implement <> and "" includes
correctly.
Markian
_______________________________________________
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.