Re: [Q] Dependencies in Xcode
Re: [Q] Dependencies in Xcode
- Subject: Re: [Q] Dependencies in Xcode
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 15 Oct 2008 00:15:58 +0200
Le 15 oct. 08 à 00:04, Eric Gorr a écrit :
I am reading through the Xcode Build System Guide (9/9/2008). On
page 26, there is a multiple target example.
In this example, there is the juicer_aggregate target which contains
three dependencies -juicer_app, blender_app & mixer_framework.
My question is, is it possible to tell the juicer_aggregate target
that the mixer_framework _must_ be built before the juicer_app &
blender_app targets are built?
The way this works currently is that the juicer_app & blender_app
targets have a dependency on the mixer_framework.
In the case I am dealing with, it would be very useful to not have
to setup the dependency in the juicer_app & blender_app targets, but
to be able to setup an aggregate target which says that the
mixer_framework must be built before the juicer_app & blender_app
targets.
As near as I can determine, what I want to do is not possible. One
simply must setup the dependency in both the juicer_app &
blender_app targets if one wants to make sure that the
mixer_framework is already built when building the juicer_aggregate
target.
If this is confirmed, I plan to submit a feature request.
AFAK, in aggregate targets, subtargets are build in the order they
appears (from top to bottom). Just set mixer_framework as the first
target in your aggregate target (but doing this may failed if you
enabled parallel targets building)
_______________________________________________
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