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

@@ -52,7 +52,7 @@ $(OBJ)\slc-lex.c: slc-lex.l
$(LEX) -o$@ slc-lex.l
$(OBJ)\slc-lex.obj: $(OBJ)\slc-lex.c
$(C2OBJ) -I$(SRC)\$(RELDIR)
$(C2OBJ) -I$(SRC)\$(RELDIR) -DYY_NO_UNISTD_H
$(OBJ)\test_sl.exe: $(OBJ)\test_sl.obj
$(EXECONLINK) $(LIBSL) $(LIBVERS) $(LIBROKEN)