]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.g95
Updated to new PyCrust
[wxWidgets.git] / src / msw / makefile.g95
index 1adb5a060bf03a9e5d6eea9a82d86aa3aefdcf47..8007666ac01a71b761ada50238a365ba99781464 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 14:59, 2001/10/09
+# This file was automatically generated by tmake at 23:49, 2001/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
 
 #
@@ -192,6 +192,7 @@ COMMONOBJS  = \
                $(COMMDIR)/serbase.$(OBJSUFF) \
                $(COMMDIR)/sizer.$(OBJSUFF) \
                $(COMMDIR)/socket.$(OBJSUFF) \
+               $(COMMDIR)/statbar.$(OBJSUFF) \
                $(COMMDIR)/strconv.$(OBJSUFF) \
                $(COMMDIR)/stream.$(OBJSUFF) \
                $(COMMDIR)/string.$(OBJSUFF) \
@@ -562,6 +563,14 @@ $(COMMDIR)/y_tab.c:     $(COMMDIR)/dosyacc.c
 $(COMMDIR)/lex_yy.c:    $(COMMDIR)/doslex.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
 # problems with lex_yy.c. See also note about LEX_SCANNER
 # above.