Re: "manual" dependencies
Re: "manual" dependencies
- Subject: Re: "manual" dependencies
- From: Ondra Cada <email@hidden>
- Date: Tue, 25 Apr 2006 17:36:25 +0200
Dieter,
On Apr 25, 2006, at 5:24 PM, Dieter Oberkofler wrote:
Is it be possible to define a "manual" dependency to a file that is
not part of the project itself?
If I would for example want to force a re-link of a target to be
done if some file that is not actually linked together has been
changed.
There could be an easier way I am not aware of, but if the worst
comes to the worst, you can always use a script phase with something
like "if [[ externfile -nt projectfile ]] then ; touch projectfile ;
fi".
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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