Re: Turn off precompiled header for only a few files in a project
Re: Turn off precompiled header for only a few files in a project
- Subject: Re: Turn off precompiled header for only a few files in a project
- From: Chris Espinosa <email@hidden>
- Date: Fri, 18 May 2007 15:30:52 -0700
On May 18, 2007, at 2:25 PM, steve lu wrote: Is it possible to turn off using precompiled header (prefix file) for a few selected file in a large XCode project/target? (Similar to .NET Visual Studio which lets you specify use or not use precompiled header on a per file basis.)
No, prefix files (and precompiled headers, if used) apply uniformly to all source files in a target. You can create a separate target to build a Static Library, set it up to not use precompiled headers, and link the result in with your main target.
Chris |
_______________________________________________
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