From 6f828b026b88c97de90f1b3824e276b57ff6dbd6 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Mon, 29 May 2006 04:58:42 +0000 Subject: [PATCH] widgets sample no longer has .rc file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/make_dist.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index bf1cd8a85f..00b3156535 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -1023,7 +1023,6 @@ SAMPLES_DIST: ALL_GUI_DIST $(CP_P) $(SAMPDIR)/widgets/Makefile.in $(DISTDIR)/samples/widgets $(CP_P) $(SAMPDIR)/widgets/*.cpp $(DISTDIR)/samples/widgets $(CP_P) $(SAMPDIR)/widgets/*.h $(DISTDIR)/samples/widgets - $(CP_P) $(SAMPDIR)/widgets/*.rc $(DISTDIR)/samples/widgets $(CP_P) $(SAMPDIR)/widgets/icons/*.xpm $(DISTDIR)/samples/widgets/icons mkdir $(DISTDIR)/samples/xrc -- 2.45.2