Re: building for panther & intel
Re: building for panther & intel
- Subject: Re: building for panther & intel
- From: Dave Thorup <email@hidden>
- Date: Fri, 20 Jan 2006 11:10:25 -0500
You actually don't need to set up separate targets for this, you can
do it all with a single target. Just set up your build settings with
something similar to this (As Chris and Eric have already pointed out):
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
GCC_VERSION_ppc = 3.3
GCC_VERSION_i386 = 4.0
You can have all of these settings in a single target and build a
Universal Binary.
_____________________________
Dave Thorup
Software Engineer
email@hidden
http://www.kuwan.net
HyperSpell - Check spelling in Mac OS X from any application.
On Jan 19, 2006, at 11:05 PM, Brandon Sneed wrote:
i think you should be able to set up a separate target specifically
for 10.3.9 in addition to the one for 10.4 ppc/intel.
i believe you can set individual sdk's to be used for each target.
_______________________________________________
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