Re: Non human friendly error message from compiler with exceptions
Re: Non human friendly error message from compiler with exceptions
- Subject: Re: Non human friendly error message from compiler with exceptions
- From: Chris Hanson <email@hidden>
- Date: Mon, 14 Jul 2008 12:41:50 -0700
On Jul 11, 2008, at 5:45 AM, Stéphane Sudre wrote:
Does this imply that you can not build a project easily on Xcode
with exceptions support as soon as you want to test a 32/64-bit
Universal Binary application that can run on Tiger and later?
You can. You can use build setting conditions to specify a general
value for a build setting, but a specific setting for x86_64 & ppc64
architectures.
To add a build setting condition, highlight a build setting in the
Project/Target Info panel and use the action (gear) menu beneath the
table of settings to add one. Then you can specify a value to use
when the condition is true.
This way you can use the Mac OS X 10.5 SDK for your application, while
setting your Mac OS X Deployment Target to 10.4 for 32-bit
architectures and 10.5 for 64-bit architectures.
-- Chris
_______________________________________________
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