From: Vadim Zeitlin Date: Mon, 31 Jan 2000 18:42:49 +0000 (+0000) Subject: added wxBase.dsp to the list of files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f83b9a7780dd1ec8bf14e5fa25344766d3fc6e1c added wxBase.dsp to the list of files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index ceb5ea02dd..937ef769f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -522,6 +522,7 @@ BASE_DIST: ALL_DIST cp $(WXDIR)/@PORT_FILES@ $(DISTDIR)/@PORT_FILES@ cp $(WXDIR)/@RPM_FILES@ $(DISTDIR)/@RPM_FILES@ cp $(WXDIR)/@RPM_SPEC@ $(DISTDIR)/@RPM_SPEC@ + cp $(WXDIR)/wxBase.dsp $(DISTDIR) cp $(DOCDIR)/install.txt $(DISTDIR)/INSTALL.txt cp $(DOCDIR)/changes.txt $(DISTDIR)/CHANGES.txt cp $(DOCDIR)/readme.txt $(DISTDIR)/README.txt