Script updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-12-08 08:36:01 +00:00
parent ea76a6a5ca
commit df6735ecda
8 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
samples/minimal/minimal.pbproj/project.pbxproj
include/wx/mac/corefoundation/*.h
samples/minimal/minimal.pbproj/project.pbxproj
samples/minimal/minimal.xcode/project.pbxproj

View File

@ -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

View File

@ -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