[Q] Dependencies in Xcode
[Q] Dependencies in Xcode
- Subject: [Q] Dependencies in Xcode
- From: Eric Gorr <email@hidden>
- Date: Tue, 14 Oct 2008 18:04:26 -0400
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.
_______________________________________________
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