From: Włodzimierz Skiba Date: Tue, 10 Oct 2006 06:40:00 +0000 (+0000) Subject: Add new animate sample to the distribution (probably more steps from technote #1... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ded2661ab0b63742ea3bc612164e5a8120a649ec 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 --- 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