Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building for panther & intel



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: http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden
References: 
 >building for panther & intel (From: Herbert <email@hidden>)
 >Re: building for panther & intel (From: Brandon Sneed <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.