adding script phase
adding script phase
- Subject: adding script phase
- From: "James E. Hopper" <email@hidden>
- Date: Mon, 30 May 2005 20:21:40 -0400
in tiger i am once again trying to get the native build system to
work with Ada. i have it recognizing *.adb files and doing the
proper compile and then it tries to link it. problem is i need a
step in between which i do using a script build phase in the old
jambase projects. so i put a script phase and set it up with no
input or output files. but as far as i can see the build ignores
the script phase and never tries to run it. i assume it thinks it
should be run after the link phase. i file a radar bug report a LONG
time ago about this, but it never went anywhere.
ok fine, i added in input file which is main.ali. i used full path
name to where the ada compiler creates this file. still the script
phase is ignored. the script creates a file called b~main.o. i hard
coded the path names to make sure it would see the files. still the
script phase is ignored.
what do i have to do to get a script phase to work? i also tried
tying it to main.o as the input, but its still ignored.
what part does the derived sources directory play in all this. should
i force the ali file into that directory??
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