Re: Groups, shell scripts, yacc
Re: Groups, shell scripts, yacc
- Subject: Re: Groups, shell scripts, yacc
- From: Gerard Iglesias <email@hidden>
- Date: Sat, 22 Nov 2003 21:33:54 +0100
Le Nov 22, 2003, ` 7:10 PM, Olger Warnier a icrit :
Hi Glen,
I have had the same issues and browsed the xcode mailing list.
The following works for me:
Open the info panel for your target and (rules tab):
Under rules add a new rule (the + button down in the screen)
As file type you choose Yacc source files
using: Custom Script
The custom script is as follows:
cd "$(DERIVED_FILE_DIR)/Yacc" && /usr/bin/bison -y -p eval -l -d -v
"$(INPUT_FILE_PATH)" -o yourCfileName.c
Something that I don't understand is that I didn't need to make this to
get my flex and bison file to compile???
Maybe something related to relative/absolute path ?
Very strange?
Gerard
_______________________________________________
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.