Re: #define bug in gcc for delta builds?
Re: #define bug in gcc for delta builds?
- Subject: Re: #define bug in gcc for delta builds?
- From: Ken Thomases <email@hidden>
- Date: Wed, 4 Feb 2009 06:39:10 -0600
On Feb 4, 2009, at 6:33 AM, Steve Checkoway wrote:
Is the header file included in the Xcode project? I don't know if it
has to be included in the particular target or not, but I seem to
recall that it doesn't.
You should not make header files part of the target for an
application. If you do, then the header files get copied into the
application bundle during the Copy Resources phase, which you probably
don't want.
(When building a framework, you probably do want the headers to be
copied.)
Cheers,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden