From f83b9a7780dd1ec8bf14e5fa25344766d3fc6e1c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 31 Jan 2000 18:42:49 +0000 Subject: [PATCH] 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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2