From: Karsten Ballüder Date: Fri, 13 Aug 1999 19:24:13 +0000 (+0000) Subject: more compilation fixes, some object files were missing X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ac15e21dc725a2908886c5e4f8ce5cf9e7456b5f?ds=sidebyside more compilation fixes, some object files were missing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index ef4e84bd29..bf2436fd47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,8 @@ # # This file was automatically generated by tmake at 15:55, 1999/08/13 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! - +# -----> Is this true, where is it? I had to make lots of changes here to get +# it to work! KB # # File: makefile.unx # Author: Julian Smart, Robert Roebling, Vadim Zeitlin @@ -558,6 +559,9 @@ GTK_GENERICOBJS = \ src/generic/dirdlgg.o \ src/generic/fontdlgg.o \ src/generic/gridg.o \ + src/generic/helphtml.o \ + src/generic/helpwxht.o \ + src/generic/helpext.o \ src/generic/imaglist.o \ src/generic/laywin.o \ src/generic/listctrl.o \ @@ -727,7 +731,10 @@ MOTIF_GENERICOBJS = \ src/generic/dirdlgg.o \ src/generic/fontdlgg.o \ src/generic/gridg.o \ + src/generic/helphtml.o \ src/generic/helpxlp.o \ + src/generic/helpwxht.o \ + src/generic/helpext.o \ src/generic/imaglist.o \ src/generic/laywin.o \ src/generic/listctrl.o \ @@ -892,6 +899,8 @@ MSW_GENERICOBJS = \ src/generic/choicdgg.o \ src/generic/dirdlgg.o \ src/generic/gridg.o \ + src/generic/helphtml.o \ + src/generic/helpwxht.o \ src/generic/laywin.o \ src/generic/numdlgg.o \ src/generic/panelg.o \ @@ -1213,7 +1222,7 @@ $(REQUIRED_DIRS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDI @WX_LIBRARY_NAME_SHARED@: $(OBJECTS) $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS) - + CREATE_LINKS: ./lib/@WX_TARGET_LIBRARY@ @if test -e ./lib/@WX_LIBRARY_LINK1@; then rm -f ./lib/@WX_LIBRARY_LINK1@; fi @if test -e ./lib/@WX_LIBRARY_LINK2@; then rm -f ./lib/@WX_LIBRARY_LINK2@; fi @@ -1221,7 +1230,7 @@ CREATE_LINKS: ./lib/@WX_TARGET_LIBRARY@ $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@ $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@ $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@ - + CREATE_INSTALLED_LINKS: $(libdir)/@WX_TARGET_LIBRARY@ @if test -e $(libdir)/@WX_LIBRARY_LINK1@; then rm -f $(libdir)/@WX_LIBRARY_LINK1@; fi @if test -e $(libdir)/@WX_LIBRARY_LINK2@; then rm -f $(libdir)/@WX_LIBRARY_LINK2@; fi @@ -1229,7 +1238,7 @@ CREATE_INSTALLED_LINKS: $(libdir)/@WX_TARGET_LIBRARY@ $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK1@ $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK2@ $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK3@ - + $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h parser.o: parser.c lexer.c @@ -1267,9 +1276,9 @@ preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config $( $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@ - + $(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h - + $(INSTALL) -d $(includedir)/wx $(INSTALL) -d $(includedir)/wx/msw $(INSTALL) -d $(includedir)/wx/gtk @@ -1282,7 +1291,7 @@ preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config $( $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \ echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \ done - + write_message: echo " " @echo " The installation of wxWindows is finished. On certain" diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index dbf130b1fb..6f28387b89 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -36,4 +36,4 @@ // include the most common wx headers #include "wx/wx.h" -#endif // WX_PRECOMP \ No newline at end of file +#endif // WX_PRECOMP