[DGD]Bugged patches?

Tracy L & Rasmus H Hansen hellbug at post1.tele.dk
Sun Mar 21 22:20:43 CET 1999


At 00:28 19/03/99 +0100, Felix A. Croes wrote:
>
>Use bison or yacc to generate parser.c and parser.h from the grammar
>file, parser.y.  Unfortunately, there is no way to put such dependencies
>in a MSVC project file, so on Windows this requires some manual tweaking.
>

I believe it is possible, if you add parser.y to the project and then
define the correct custom build for this file. For example (Settings|Custom
build-pane):
Build command(s): yacc $(InputPath) $(ProjDir)\$(InputName).c
Output files: $(ProjDir)\$(InputName).c

//Rasmus


List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list