custom build rule dependency
custom build rule dependency
- Subject: custom build rule dependency
- From: Eric Ocean <email@hidden>
- Date: Sun, 19 Sep 2004 14:52:19 -0700
I have custom build rules set up to process .rh and .rl files, using
the Ragel compiler (see below).
The problem is, the header that is generated is used by an Objective-C
class in the project, and that Xcode tries to compiler that class
before it process the .rh file that generates the header. Because the
header doesn't exist, Xcode abandons the build.
If I trick Xcode into compiling the .rh and .rl files first (by
manually disabling the class that uses the header, then reenabling it
the next time I build), everything works.
What am I doing wrong?
Regards,
Eric Ocean
You can view the build rules at http://www.ampede.com/xcode/rules.png
(28KB).
_______________________________________________
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