From ded2661ab0b63742ea3bc612164e5a8120a649ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 10 Oct 2006 06:40:00 +0000 Subject: [PATCH] Add new animate sample to the distribution (probably more steps from technote #1 needed). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/make_dist.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 4bb6525b10..6a2817d6c6 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -537,6 +537,9 @@ SAMPLES_DIST: ALL_GUI_DIST done # copy the rest, not covered by the above loop + $(CP_P) $(SAMPDIR)/animate/hourglass.ani $(DISTDIR)/samples/hourglass.ani + $(CP_P) $(SAMPDIR)/animate/throbber.gif $(DISTDIR)/samples/animate + $(CP_P) $(SAMPDIR)/console/testdata.fc $(DISTDIR)/samples/console $(CP_P) $(SAMPDIR)/dialogs/tips.txt $(DISTDIR)/samples/dialogs -- 2.50.0