Re: Run Script build phase and $(SRCROOT)
Re: Run Script build phase and $(SRCROOT)
- Subject: Re: Run Script build phase and $(SRCROOT)
- From: "Kyle Sluder" <email@hidden>
- Date: Thu, 27 Sep 2007 19:45:03 +0100
$(VAR) is not standard shell (/bin/sh) syntax for referring to
environment variables. It is, however a bash extension, so you might
be puzzled as to why most of your scripts can use $(VAR) with no
problem.
Use $SRCROOT instead.
--Kyle Sluder
On 9/27/07, Olivier Tristan <email@hidden> wrote:
> Hi Guys,
>
> I try to use the $(SRCROOT) inside a script build phase, but it doesn't
> seems to be recognized.
> Am I missing something ?
>
> How can I run a script on a src file without given an absolute path ?
> Or maybe is there a macro to get the content of Input Files and Output
> Files list ?
>
>
> Thanks,
>
> --
> Olivier Tristan
> Ultimate Sound Bank
>
> _______________________________________________
> 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
>
_______________________________________________
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