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

@@ -66,7 +66,7 @@ $(OBJ)\parse.obj: $(OBJ)\parse.c
$(C2OBJ) -I$(SRC)\$(RELDIR)
$(OBJ)\lex.obj: $(OBJ)\lex.c
$(C2OBJ) -I$(SRC)\$(RELDIR)
$(C2OBJ) -I$(SRC)\$(RELDIR) -DYY_NO_UNISTD_H
$(OBJ)\compile_et.obj: compile_et.c
$(C2OBJ) -I$(OBJ)