Re: Per architecture SDK support
Re: Per architecture SDK support
- Subject: Re: Per architecture SDK support
- From: Chris Espinosa <email@hidden>
- Date: Wed, 8 Jun 2005 00:04:02 -0700
On Jun 7, 2005, at 11:24 PM, Steve Palmer wrote: The Universal Binary Programming Guidelines has this snippet on page 16:
Xcode has per-architecure SDK support. For example, you can target Mac OS X v10.3 for PowerPC while also targeting Mac OS X v10.4.1 for Intel.
Create two custom build settings:
SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk/ SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
The proper one will be used in each architecture pass in that configuration.
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