build phase execution order
build phase execution order
- Subject: build phase execution order
- From: "James E. Hopper" <email@hidden>
- Date: Sun, 21 Nov 2004 13:50:20 -0500
I am working on making the ada compiler work with native targets. its
long worked with jambase but i want to move it to use the native
targets. i have ada in the build rules and so that works ok with a
small exception. the bigger problem is that i need a script phase
after compile and before link. the script phase. It doesnt have any
inputs or outputs. it uses script phase environment variables to tell
it what to do. it creates a .o file that i add to the target phase.
looking at what i can find on the developer area of apples website, its
very confusing as to how order is determined. the docs imply that the
order is undefined, unless you specify input files and output files.
this seems less than useful as there is no way to specify a script
phase order for a script that doesnt have inputs/outputs.
is there anyway in a native target to force the order of a script phase
to be after compile, but before link?
thanks jim
_______________________________________________
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