From 2407491e8aaba98e7c3b81ded036998c0aaf1925 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 3 Apr 2005 18:00:08 +0000 Subject: [PATCH] Distribution corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 8 ++++---- build/bakefiles/make_dist.mk | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 -- 2.45.2