]> git.saurik.com Git - wxWidgets.git/commitdiff
Distribution corrections
authorJulian Smart <julian@anthemion.co.uk>
Sun, 3 Apr 2005 18:00:08 +0000 (18:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 3 Apr 2005 18:00:08 +0000 (18:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
build/bakefiles/make_dist.mk

index dfe22bd3c4217c60382d5edeebd9042102070c42..575d83ee8f478b3ffafeafe8b694facddc106eab 100644 (file)
@@ -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
index 76737700a8f243d992d15cb0d84d66a75d828293..de88b821150703e2192e5c8f8cf052afaea2968a 100644 (file)
@@ -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