From 674fdaba5c25bf1e3673d6d06b2c1d1556ca8abf Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 16 Aug 2002 20:41:30 +0000 Subject: [PATCH] Tweaks to distrib scripts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/generic.rsp | 4 ++++ distrib/msw/makefile.rsp | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/distrib/msw/generic.rsp b/distrib/msw/generic.rsp index 4042e6ad63..0869bd5655 100644 --- a/distrib/msw/generic.rsp +++ b/distrib/msw/generic.rsp @@ -552,6 +552,7 @@ samples/html/printing/*.xpm samples/html/printing/*.xbm samples/html/printing/*.png samples/html/printing/*.ico +samples/html/printing/*.gif samples/html/printing/*.htm samples/html/test/*.cpp @@ -641,6 +642,7 @@ samples/image/*.jpg samples/image/*.gif samples/image/*.tif samples/image/*.ico +samples/image/*.cur samples/image/*.txt samples/image/*.pro @@ -661,6 +663,8 @@ samples/internat/fr/*.mo samples/internat/fr/*.po samples/internat/de/*.mo samples/internat/de/*.po +samples/internat/ru/*.mo +samples/internat/ru/*.po samples/ipc/*.cpp samples/ipc/*.h diff --git a/distrib/msw/makefile.rsp b/distrib/msw/makefile.rsp index 11ed284728..a5c76798b2 100644 --- a/distrib/msw/makefile.rsp +++ b/distrib/msw/makefile.rsp @@ -54,7 +54,6 @@ samples/notebook/Makefile.in samples/printing/Makefile.in samples/proplist/Makefile.in samples/propsize/Makefile.in -samples/richedit/Makefile.in samples/rotate/Makefile.in samples/sashtest/Makefile.in samples/scroll/Makefile.in