Re: Odd problem with file names
Re: Odd problem with file names
- Subject: Re: Odd problem with file names
- From: Chris and Sara <email@hidden>
- Date: Sat, 3 Jan 2004 09:33:48 +0000
On 2 Jan 2004, at 20:55, Eric Slosser wrote:
I have a rule for processing *.ixx files which will produce a *.h and
a *.cxx.
What's the rule?
--
//-------------------------------------------------
Should probably have told people first time around!
Matches on *.ixx and runs a custom script. Script is
<fullpath>/idl.sh <dir_rel_path> $(INPUT_FILE_BASE).ixx
where dir_rel_path is the path from the source root to the input
directory.
Output files are
$(HDR_TOP)/dir_rel_path/$(INPUT_FILE_BASE).h
$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).cxx
HDR_TOP is known to Xcode and dir_rel_path places headers in the right
dir. (We rigorously
include our headers as "dir_rel_path/foo.h" never "foo.h").
Any further thoughts on the problem?
ta, chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.