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

@@ -519,6 +519,9 @@ $(BINDIR)\asn1_compile.exe: \
$(OBJ)\lex.c: lex.l $(OBJ)\asn1parse.h
$(LEX) -o$@ lex.l
$(OBJ)\lex.obj: $(OBJ)\lex.c
$(C2OBJ) -DYY_NO_UNISTD_H
$(OBJ)\asn1parse.c $(OBJ)\asn1parse.h: asn1parse.y
$(YACC) -o $(OBJ)\asn1parse.c --defines=$(OBJ)\asn1parse.h $**