more DOS gcc makefile
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user