Re: Shared .pch for multiple targets
Re: Shared .pch for multiple targets
- Subject: Re: Shared .pch for multiple targets
- From: Shaun Wexler <email@hidden>
- Date: Fri, 7 Nov 2003 13:11:14 -0800
On Nov 7, 2003, at 12:08 PM, j o a r wrote:
What you do is have all the targets use the same prefix header and
under the Standard Build Settings/Precompilation tab set the entry
for Precompiled files folder to the same folder for all the targets.
Wow! That just cut my project's build time from _several_ minutes to
just under a minute! Nearly 30 targets in the project, and the only
thing I precompiled was Cocoa.h, to test it. I can't wait to add all
of my other framework dependencies to the shared precomp! Amazing.
That makes a distributed build really smoke!
Thank you!!!
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
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.