Re: Yacc support in Xcode broken ?
Re: Yacc support in Xcode broken ?
- Subject: Re: Yacc support in Xcode broken ?
- From: Gerard Iglesias <email@hidden>
- Date: Fri, 7 Nov 2003 12:14:49 +0100
On Nov 7, 2003, at 11:41 AM, Olger Warnier wrote:
and need something like: bison -y $(current y file) -p eval -l -d -o
$(currentfilenamewithoutext)
For that I use a specific target for my parsers, with the build setting
overriding some macro :
LEX = "/usr/bin/flex -8"
YACC = "/usr/bin/bison -d -y -t"
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.