Re: Application for Specific Processors
Re: Application for Specific Processors
- Subject: Re: Application for Specific Processors
- From: Paul Lynch <email@hidden>
- Date: Mon, 8 May 2006 14:33:27 +0100
On 8 May 2006, at 03:37, Rick Langschultz wrote:
I was wondering if I have an application that I want to build on
intel and mac systems, each with a set of different features, can I
package them into one Application wrapper.
Example: If i compile an intel specific binary and a powerpc
specific binary can i create a wrapper that determines the
processor type and loads the appropriate binary, or should I just
use #define directives in my header files???
See `man lipo`. You can use conditional compilation, too, if that's
what you need. This is exactly what the UB structure does for you.
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden