Re: inter-target build dependencies?
Re: inter-target build dependencies?
- Subject: Re: inter-target build dependencies?
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 2 Jun 2004 18:16:57 +0100
On 2 Jun 2004, at 17:43, GoochRules! wrote:
In VS.Net2003 I am able to have projects depend on other projects, so
that if I were to edit code in the static library, I only need to
build the main executable, and all other projects will be rebuilt
(since they all depend on the static library). Or, If I were to
change code in one of the dynamic libraries, it and the main
executable would be rebuilt (although, rebuilding the main executable
might not actually do anything, yet the IDE still checks to make sure
everything is up-to-date). The advantage here is that I only ever
have to rebuild the main executable, and all of the targets are
guaranteed to be updated.
Is there any way to do this in Xcode?
Get info on your target, under the Direct Dependencies section click
the + and add any targets you want to depend on. Xcode will resolve
multiple levels of dependency (Target A depends on Target B, Target B
depends on Targets C and D, Xcode will build them in the order C D B A
or D C B A).
-- Finlay
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.