Re: Referencing (antlr) generated header files from another target's $DERIVED_FILES_DIR [SOLVED?]
Re: Referencing (antlr) generated header files from another target's $DERIVED_FILES_DIR [SOLVED?]
- Subject: Re: Referencing (antlr) generated header files from another target's $DERIVED_FILES_DIR [SOLVED?]
- From: Luke Evans <email@hidden>
- Date: Wed, 18 Mar 2009 12:12:06 -0700
Presumably, there is some way to get a particular target's
$DERIVED_FILES_DIR onto the general project include path (or some
additional search path for the main target if such a thing exists)?
Well, after some scratching around I found something that appears to
work.
In the main target, I add an include files search path:
$(CONFIGURATION_TEMP_DIR)/Grammar.build/DerivedSources
I had some odd effects with some other environment variables I tried
(expanding to nothing), but this seems to work.
I'm still not sure if its the best available solution in the current
xcode - it would be interesting to hear if there are other approaches.
-- lwe
_______________________________________________
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