• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: building for panther & intel
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >building for panther & intel (From: Herbert <email@hidden>)
 >Re: building for panther & intel (From: Brandon Sneed <email@hidden>)

  • Prev by Date: Re: XCode on Intel/Mac
  • Next by Date: RE: Only Link In Essential Symbols
  • Previous by thread: Re: building for panther & intel
  • Next by thread: Re: building for panther & intel
  • Index(es):
    • Date
    • Thread