Added comment explaining that it's not necessary to use LEX and YACC on
Windows since the files will be copied from doslex.c and dosyacc.c by default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8e0c305167
commit
7361f176df
@ -563,6 +563,14 @@ $(COMMDIR)/y_tab.c: $(COMMDIR)/dosyacc.c
|
|||||||
$(COMMDIR)/lex_yy.c: $(COMMDIR)/doslex.c
|
$(COMMDIR)/lex_yy.c: $(COMMDIR)/doslex.c
|
||||||
$(COPY) ../common/doslex.c ../common/lex_yy.c
|
$(COPY) ../common/doslex.c ../common/lex_yy.c
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# NOTE: by default, you don't need to run $(LEX) and $(YACC)
|
||||||
|
# to rebuild lex_yy.c and y_tab.c, since these will be copied
|
||||||
|
# from the doslex.c and dosyacc.c files. So, normally you
|
||||||
|
# don't need to uncomment the following lines.
|
||||||
|
#
|
||||||
|
#
|
||||||
# Replace lex with flex if you run into compilation
|
# Replace lex with flex if you run into compilation
|
||||||
# problems with lex_yy.c. See also note about LEX_SCANNER
|
# problems with lex_yy.c. See also note about LEX_SCANNER
|
||||||
# above.
|
# above.
|
||||||
|
Loading…
Reference in New Issue
Block a user