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: Finlay Dobbie <email@hidden>
- Date: Mon, 7 Nov 2005 10:49:10 +0000
On 07/11/05, Gerben Wierda <email@hidden> wrote:
> Suppose I set SDKROOT_ppc to the 10.2 version, would the app still use
> the 10.3 version on a 10.3 system and 10.4 on a 10.4 system? Or would
> the project become statically linked and would I get the bugs still in
> the 10.2 SDK when running on 10.3?
Apple doesn't provide static libs (and frameworks are always dynamic
by nature), so you will never be statically linked against any of the
system. Which is a good thing, because 10.2's Cocoa probably won't
work on 10.3 due to underlying changes in the system, etc.
Not to mention, the resultant binary would be humongous.
-- Finlay
_______________________________________________
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