Re: Per architecture file subsets in a Compile files build phase
Re: Per architecture file subsets in a Compile files build phase
- Subject: Re: Per architecture file subsets in a Compile files build phase
- From: Jim Correia <email@hidden>
- Date: Tue, 17 Mar 2009 18:40:00 -0400
On Mar 17, 2009, at 6:28 PM, Daniel Rodriguez Troitiño wrote:
I'm trying to adapt a project to use Xcode. This project has to be
compiled for several architectures (PPC & x86), and both architectures
have some files specific for the architecture (optimized version of
some functions, with some inline assembly). Then I have my target (a
library), which will be great if it can be a "fat" library.
How much source are we talking about?
Building a static library in a separate target is one route.
Another is to wrap arch specific functions in
#if __ARCH__
#endif
- Jim _______________________________________________
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