Re: Turn off precompiled header for one file?
Re: Turn off precompiled header for one file?
- Subject: Re: Turn off precompiled header for one file?
- From: John Weeks <email@hidden>
- Date: Fri, 14 Jan 2011 14:39:01 -0800
On Jan 14, 2011, at 2:10 PM, Christiaan Hofman wrote: A precompiled header is for a target, not a file, so the answer as such is no. What you could do though is make use of something like "#ifdef __OBJC__" or "#ifdef __cplusplus" in the precompile header, so that it's doing different things for C++ files.
Yup. That's pretty much what I thought, but decided it couldn't hurt to ask.
Thanks for taking the time, Christiaan.
Regards, John Weeks
WaveMetrics, Inc. Phone (503) 620-3001 Fax (503) 620-6754 email email@hidden
|
_______________________________________________
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