Re: 10.3 for PPC but 10.4.1 for Intel, how?
Re: 10.3 for PPC but 10.4.1 for Intel, how?
- Subject: Re: 10.3 for PPC but 10.4.1 for Intel, how?
- From: Steve Checkoway <email@hidden>
- Date: Sun, 26 Feb 2006 15:23:09 -0800
On Feb 26, 2006, at 8:28 AM, Dirk Stegemann wrote:
GCC_VERSION_i386 4.0
GCC_VERSION_ppc 3.3
MACOSX_DEPLOYMENT_TARGET_i386 10.4
MACOSX_DEPLOYMENT_TARGET_ppc 10.2
SDKROOT_i386 /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc /Developer/SDKs/MacOSX10.2.8.sdk
I was using these as well and I was getting a warning about
prebinding when building for 10.4 so what I did was I added these as
well:
PREBINDING = $(PREBINDING_$(CURRENT_ARCH))
PREBINDING_i386 = NO
PREBINDING_ppc = YES
- Steve
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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