more DOS gcc makefile

This commit is contained in:
nethack.allison
2003-06-15 15:56:03 +00:00
parent abe2701a1c
commit 45460e3f9a
+4
View File
@@ -79,6 +79,10 @@ YACC = bison -y
LEX = flex LEX = flex
YTABC = y_tab.c YTABC = y_tab.c
YTABH = y_tab.h YTABH = y_tab.h
#If your tool produces y.tab.c and y.tab.h DOS might require
#the following instead.
#YTABC = ytab~1.c
#YTABH = ytab~1.h
LEXYYC = lexyy.c LEXYYC = lexyy.c
# #