Re: How to add Makerules in xcode 2
Re: How to add Makerules in xcode 2
- Subject: Re: How to add Makerules in xcode 2
- From: Ronald Rood <email@hidden>
- Date: Wed, 11 May 2005 22:10:57 +0200
In the mean time I struggled a bit further and got the pro*c phase to work
using a run script that has the fun.pc file as input and the fun.c file as
output. :-)
One down, many more to go.
How can I make the system compile the generated fun.c to eventually build
the executable, together with some other routines that are also not compiled
yet :-(
Using make this was easy.
fun depends on fun.o, sql.o
fun.o depends on fun.c
fun.c depends on fun.pc
sql.o depends on sql.c
With Makerules that have the actions for every translation, like runnning
proc, cc, ld etc.
Ronald - trying to make fun ...
_______________________________________________
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