Windows: Support building using newer flex

This commit is contained in:
Asanka C. Herath
2010-10-14 17:28:59 -04:00
parent 182e20d6f3
commit 610bd66bbd
4 changed files with 6 additions and 3 deletions

View File

@@ -218,7 +218,7 @@ $(OBJ)\sel-gram.obj: $(OBJ)\sel-gram.c
$(C2OBJ) -I$(SRCDIR)
$(OBJ)\sel-lex.obj: $(OBJ)\sel-lex.c
$(C2OBJ) -I$(SRCDIR) -I$(OBJ)
$(C2OBJ) -I$(SRCDIR) -I$(OBJ) -DYY_NO_UNISTD_H
$(OBJ)\sel-gram.c: sel-gram.y
$(YACC) -o $@ --defines=$(OBJ)\sel-gram.h sel-gram.y