Re: MACOSX_DEPLOYMENT_TARGET per architecture in XCode 2.2. How?
Re: MACOSX_DEPLOYMENT_TARGET per architecture in XCode 2.2. How?
- Subject: Re: MACOSX_DEPLOYMENT_TARGET per architecture in XCode 2.2. How?
- From: Gerben Wierda <email@hidden>
- Date: Sun, 6 Nov 2005 22:48:57 +0100
On Nov 6, 2005, at 2:01 PM, Gerben Wierda wrote:
I know I may set MACOSX_DEPLOYMENT_TARGET_ppc different from
MACOSX_DEPLOYMENT_TARGET_i386. My question is: how do I do that in
the XCode IDE for my project? Using Info on my project only gives
me MACOSX_DEPLOYMENT_TARGET with some standard choices.
Offlist I got the answer that I can just add
MACOSX_DEPLOYMENT_TARGET_ppc. When I do that, I get compile
statements like:
/usr/bin/gcc-4.0 -x objective-c -arch ppc -pipe -Wno-trigraphs -
fpascal-strings -fasm-blocks -g -Os -fmessage-length=0 -mtune=G4 -
fvisibility=hidden -mmacosx-version-min=10.2 -I/usr/local/Build/
XCode2/Intermediates/i-Installer.build/Deployment/i-Installer.build/
i-Installer.hmap -Wmost -mdynamic-no-pic -F/usr/local/Build/XCode2/
Deployment -I/usr/local/Build/XCode2/Deployment/include -I/usr/
local/Build/XCode2/Intermediates/i-Installer.build/Deployment/i-
Installer.build/DerivedSources -isysroot /Developer/SDKs/
MacOSX10.4u.sdk -c /usr/local/src/II2-XCode-2.1/i-Installer/
II2WindowController.m -o /usr/local/Build/XCode2/Intermediates/i-
Installer.build/Deployment/i-Installer.build/Objects-normal/ppc/
II2WindowController.o
Or in other words, "-mmacosx-version-min=10.2" and "-isysroot /
Developer/SDKs/MacOSX10.4u.sdk". That seems incompleet/contradictory
to me. Should I set SDKROOT_ppc as well? Anything else?
Thanks,
G
_______________________________________________
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