From: Włodzimierz Skiba Date: Mon, 2 Aug 2004 07:44:21 +0000 (+0000) Subject: Regenerated file after adding except sample. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/01e7769bbfeb00f2bbf798a75c71a684f60d8ace?ds=inline Regenerated file after adding except sample. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index 5549dcbe84..2729ee02e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20281,6 +20281,11 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/event/makefile.unx $(DISTDIR)/samples/event cp $(SAMPDIR)/event/*.cpp $(DISTDIR)/samples/event + mkdir $(DISTDIR)/samples/except + cp $(SAMPDIR)/except/Makefile.in $(DISTDIR)/samples/except + cp $(SAMPDIR)/except/makefile.unx $(DISTDIR)/samples/except + cp $(SAMPDIR)/except/*.cpp $(DISTDIR)/samples/except + mkdir $(DISTDIR)/samples/exec cp $(SAMPDIR)/exec/Makefile.in $(DISTDIR)/samples/exec cp $(SAMPDIR)/exec/makefile.unx $(DISTDIR)/samples/exec