Re: mkdir in PhaseScriptExecution
Re: mkdir in PhaseScriptExecution
- Subject: Re: mkdir in PhaseScriptExecution
- From: Sam Deane <email@hidden>
- Date: Fri, 28 Oct 2005 21:27:00 +0100
On 28 Oct 2005, at 20:40, Prachi Gauriar wrote:
If so, add the appropriate directory in front, e.g. $(SRCROOT)/
MyFile1.txt. Check the Build Settings Release Notes for more
predefined directories. Xcode automatically tries to create
directories for your output files, so if you don't specify a valid
directory for your output files, it freaks out.
Thanks - having banged my head against a brick wall for hours, I
figured that out about 2 minutes after I mailed the list!
I have another question though - is there any way that the list of
output files can be calculated by another script?
What I'm trying to do is make some build rules for gwydion dylan.
The way it works is that the source is in files with a .dylan
extension, but there are other files with .lid extensions, and these
are the ones that you call the compiler on.
One .lid file will be dependant on one or more .dylan files, so the
build rule for each .lid file needs to be triggered if any of the
dependant .dylan files have changed. Unfortunately, you can't infer
the name of the appropriate .lid file from the name of the .dylan file
(s), so I'm trying to figure out other ways to approach the problem!
_______________________________________________
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