Re: Automatically link target dependencies in Xcode 3
Re: Automatically link target dependencies in Xcode 3
- Subject: Re: Automatically link target dependencies in Xcode 3
- From: Chris Hanson <email@hidden>
- Date: Wed, 06 Jul 2011 17:41:10 -0700
Xcode 4 supports implicit dependencies. Say you have a workspace that contains two projects, each with a target:
- Project Foo.xcodeproj has target Foo that generates Foo.a
- Project Bar.xcodeproj has target Bar that generates Bar.app
If your target Bar links against Foo.a, Xcode 4 will infer a dependency from Bar to Foo, so Foo will be built first automatically.
-- Chris
On Jul 4, 2011, at 2:59 AM, Guillaume Billard wrote:
> I'm looking for an Xcode equivalent to the "Link Library Dependencies" setting available in Visual Studio: target build dependencies imply a link dependency.
> Is there such a setting in Xcode 3?
_______________________________________________
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