Re: PCH not being used
Re: PCH not being used
- Subject: Re: PCH not being used
- From: Chris Hanson <email@hidden>
- Date: Sun, 22 Jan 2006 17:46:45 -0800
On Jan 22, 2006, at 1:10 PM, Jeff LaMarche wrote:
I think the problem is that the pch file is a precompiled header.
Since it's pre-compiled, any pre-compiler macros or definitions you
put in it will be gone by the time you compile the rest of your code.
This is incorrect. A prefix header, whether it's precompiled or not,
will be included at the start of every compilation so long as it's
specified for the target.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden