Re: Weird dual precompiled header compile
Re: Weird dual precompiled header compile
- Subject: Re: Weird dual precompiled header compile
- From: Ron Wilson <email@hidden>
- Date: Mon, 10 May 2004 07:26:16 -0700
On May 6, 2004, at 11:29 PM, OL&L Lists wrote:
> I am using XCode 1.2 to build a Carbon dylib project.
>
> My project includes some of the sources from MoreIsBetter 1.4.8.
>
> When the compile starts, XCode pre-compiles my project's .pch file.
>
> Then after a few of the MIB .c files compile, XCode precompiles the
> same .pch file *again*.
>
> I only have one target and no subprojects in my project.
>
> Is this normal XCode behavior? It's very disconcerting. And if not,
> how does one fix it?
By default, Xcode precompiles a version of the header for each C-like
language used by the target (C, C++, Objective-C, or Objective-C++).
See
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
Build_System/, Using Precompiled Prefix Headers.
Ron
_______________________________________________
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.