From df6735ecdacab47f74e74e2f855fe6bba407dae9 Mon Sep 17 00:00:00 2001
From: Julian Smart <julian@anthemion.co.uk>
Date: Wed, 8 Dec 2004 08:36:01 +0000
Subject: [PATCH] Script updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 distrib/msw/cw.rsp       |  1 +
 distrib/msw/cw_mac.rsp   |  2 ++
 distrib/msw/dmc.rsp      |  1 +
 distrib/msw/generic.rsp  | 13 +++++++++++++
 distrib/msw/gtk.rsp      |  2 ++
 distrib/msw/mac.rsp      |  6 ++++++
 distrib/msw/makefile.rsp |  1 +
 distrib/msw/vc.rsp       |  3 +++
 8 files changed, 29 insertions(+)

diff --git a/distrib/msw/cw.rsp b/distrib/msw/cw.rsp
index 26748c8f97..7e03749e3e 100644
--- a/distrib/msw/cw.rsp
+++ b/distrib/msw/cw.rsp
@@ -49,6 +49,7 @@ samples/layout/*W7.xml
 samples/listbox/*W7.xml
 samples/listctrl/*W7.xml
 samples/mdi/*W7.xml
+samples/mediaplayer/*W7.xml
 samples/memcheck/*W7.xml
 samples/menu/*W7.xml
 samples/mfc/*W7.xml
diff --git a/distrib/msw/cw_mac.rsp b/distrib/msw/cw_mac.rsp
index 5aa217029a..e54a0981b8 100644
--- a/distrib/msw/cw_mac.rsp
+++ b/distrib/msw/cw_mac.rsp
@@ -96,6 +96,8 @@ samples/listctrl/*M?.xml
 samples/listctrl/*.mcp
 samples/mdi/*M?.xml
 samples/mdi/*.mcp
+samples/mediaplayer/*M?.xml
+samples/mediaplayer/*.mcp
 samples/memcheck/*M?.xml
 samples/memcheck/*.mcp
 samples/menu/*M?.xml
diff --git a/distrib/msw/dmc.rsp b/distrib/msw/dmc.rsp
index 15286c3d3b..20693ba1a9 100644
--- a/distrib/msw/dmc.rsp
+++ b/distrib/msw/dmc.rsp
@@ -85,6 +85,7 @@ samples/listbox/makefile.dmc
 samples/listctrl/makefile.dmc
 samples/makefile.dmc
 samples/mdi/makefile.dmc
+samples/mediaplayer/makefile.dmc
 samples/memcheck/makefile.dmc
 samples/menu/makefile.dmc
 samples/mfc/makefile.dmc
diff --git a/distrib/msw/generic.rsp b/distrib/msw/generic.rsp
index 76bb0f2b36..7679c5baec 100644
--- a/distrib/msw/generic.rsp
+++ b/distrib/msw/generic.rsp
@@ -842,6 +842,16 @@ samples/mdi/bitmaps/*.xpm
 samples/mdi/bitmaps/*.xbm
 samples/mdi/*.bkl
 
+samples/mediaplayer/*.cpp
+samples/mediaplayer/*.h
+samples/mediaplayer/*.def
+samples/mediaplayer/makefile*
+samples/mediaplayer/*.xbm
+samples/mediaplayer/*.xpm
+samples/mediaplayer/*.ico
+samples/mediaplayer/*.rc
+samples/mediaplayer/*.bkl
+
 samples/menu/*.cpp
 samples/menu/*.h
 samples/menu/makefile*
@@ -1422,6 +1432,7 @@ tests/test.dsw
 tests/*.cpp
 tests/*.fc
 
+tests/archive/*.cpp
 tests/arrays/*.cpp
 tests/datetime/*.cpp
 tests/filename/*.cpp
@@ -1442,3 +1453,5 @@ tests/streams/*.h
 
 tests/strings/*.cpp
 
+tests/uris/*.cpp
+
diff --git a/distrib/msw/gtk.rsp b/distrib/msw/gtk.rsp
index 91905f57c4..ba6b92eacd 100644
--- a/distrib/msw/gtk.rsp
+++ b/distrib/msw/gtk.rsp
@@ -9,12 +9,14 @@ docs/gtk/makewxgtk
 
 include/wx/gtk/*.h
 include/wx/gtk/*.xpm
+include/wx/gtk/gnome/*.h
 
 src/gtk/files.lst
 src/gtk/*.cpp
 src/gtk/*.c
 src/gtk/*.xbm
 src/gtk/*.h
+src/gtk/gnome/*.cpp
 
 misc/afm/*.afm
 misc/gs_afm/*.afm
diff --git a/distrib/msw/mac.rsp b/distrib/msw/mac.rsp
index b722c0d61f..3c74a87370 100644
--- a/distrib/msw/mac.rsp
+++ b/distrib/msw/mac.rsp
@@ -25,6 +25,7 @@ src/wxWindows.xcode/project.pbxproj
 src/mac/wxmac.icns
 
 src/mac/carbon/*.cpp
+src/mac/carbon/*.mm
 src/mac/carbon/*.c
 src/mac/carbon/*.r
 src/mac/carbon/*.h
@@ -47,6 +48,8 @@ src/mac/classic/morefile/*.h
 src/mac/classic/Info.plist.in
 src/mac/classic/wxmac.icns
 
+src/mac/corefoundation/*.cpp
+
 include/wx_pb.h
 include/wx/mac/*.h
 include/wx/mac/carbon/*.h
@@ -55,5 +58,8 @@ include/wx/mac/classic/*.h
 include/wx/mac/classic/private/*.h
 include/wx/mac/private/*.h
 
+include/wx/mac/corefoundation/*.h
+
 samples/minimal/minimal.pbproj/project.pbxproj
+samples/minimal/minimal.xcode/project.pbxproj
 
diff --git a/distrib/msw/makefile.rsp b/distrib/msw/makefile.rsp
index 4eb40afc63..40e1bf9b1b 100644
--- a/distrib/msw/makefile.rsp
+++ b/distrib/msw/makefile.rsp
@@ -47,6 +47,7 @@ samples/layout/Makefile.in
 samples/listbox/Makefile.in
 samples/listctrl/Makefile.in
 samples/mdi/Makefile.in
+samples/mediaplayer/Makefile.in
 samples/minifram/Makefile.in
 samples/minimal/Makefile.in
 samples/mobile/Makefile.in
diff --git a/distrib/msw/vc.rsp b/distrib/msw/vc.rsp
index 50b5c1b994..9a0cc3c006 100644
--- a/distrib/msw/vc.rsp
+++ b/distrib/msw/vc.rsp
@@ -151,6 +151,9 @@ samples/listctrl/listctrl.dsw
 samples/mdi/mdi.dsp
 samples/mdi/mdi.dsw
 
+samples/mediaplayer/mediaplayer.dsp
+samples/mediaplayer/mediaplayer.dsw
+
 samples/memcheck/memcheck.dsp
 samples/memcheck/memcheck.dsw
 
-- 
2.47.2