From: Julian Smart Date: Sun, 3 Apr 2005 18:00:08 +0000 (+0000) Subject: Distribution corrections X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2407491e8aaba98e7c3b81ded036998c0aaf1925 Distribution corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index dfe22bd3c4..575d83ee8f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24935,10 +24935,10 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/xrc/*.cpp $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.h $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.rc $(DISTDIR)/samples/xrc - cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/widgets/rc + cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/xrc/rc UTILS_DIST: ALL_GUI_DIST mkdir $(DISTDIR)/utils diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 76737700a8..de88b82115 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -938,10 +938,10 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/xrc/*.cpp $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.h $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.rc $(DISTDIR)/samples/xrc - cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/widgets/rc + cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/xrc/rc UTILS_DIST: ALL_GUI_DIST mkdir $(DISTDIR)/utils