Re: Groups, shell scripts, yacc
Re: Groups, shell scripts, yacc
- Subject: Re: Groups, shell scripts, yacc
- From: Gerard Iglesias <email@hidden>
- Date: Fri, 21 Nov 2003 13:30:01 +0100
On Nov 21, 2003, at 10:55 AM, Glen Low wrote:
3. It seems yacc support is broken, the generated parser_yacc.sh
script has the wrong paths for the derived sources. Any clues to a
workaround? In particular, can you (and how do you) do a selective
override of particular target rules?
My workaround is simple, add :
HEADER_SEARCH_PATHS = "$(DERIVED_FILES_DIR)/Yacc"
4. It doesn't seem sufficient to add a internal, dependent framework
on to the target's Frameworks and Libraries, you need to add it to the
Direct Dependencies if you want a rebuild triggered when the dependent
framework changes?
Yes you have to add the .pbproj or .xcode project to the project as a
file, hence Xcode is aware of the targets present in this specific
project, and then you add the depenedencies on the inspector of the
target. I think that it is due to the fact that your project can
contain a bunch of target :)
Best regards
GI
_______________________________________________
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.