Script updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,6 +49,7 @@ samples/layout/*W7.xml
|
|||||||
samples/listbox/*W7.xml
|
samples/listbox/*W7.xml
|
||||||
samples/listctrl/*W7.xml
|
samples/listctrl/*W7.xml
|
||||||
samples/mdi/*W7.xml
|
samples/mdi/*W7.xml
|
||||||
|
samples/mediaplayer/*W7.xml
|
||||||
samples/memcheck/*W7.xml
|
samples/memcheck/*W7.xml
|
||||||
samples/menu/*W7.xml
|
samples/menu/*W7.xml
|
||||||
samples/mfc/*W7.xml
|
samples/mfc/*W7.xml
|
||||||
|
@@ -96,6 +96,8 @@ samples/listctrl/*M?.xml
|
|||||||
samples/listctrl/*.mcp
|
samples/listctrl/*.mcp
|
||||||
samples/mdi/*M?.xml
|
samples/mdi/*M?.xml
|
||||||
samples/mdi/*.mcp
|
samples/mdi/*.mcp
|
||||||
|
samples/mediaplayer/*M?.xml
|
||||||
|
samples/mediaplayer/*.mcp
|
||||||
samples/memcheck/*M?.xml
|
samples/memcheck/*M?.xml
|
||||||
samples/memcheck/*.mcp
|
samples/memcheck/*.mcp
|
||||||
samples/menu/*M?.xml
|
samples/menu/*M?.xml
|
||||||
|
@@ -85,6 +85,7 @@ samples/listbox/makefile.dmc
|
|||||||
samples/listctrl/makefile.dmc
|
samples/listctrl/makefile.dmc
|
||||||
samples/makefile.dmc
|
samples/makefile.dmc
|
||||||
samples/mdi/makefile.dmc
|
samples/mdi/makefile.dmc
|
||||||
|
samples/mediaplayer/makefile.dmc
|
||||||
samples/memcheck/makefile.dmc
|
samples/memcheck/makefile.dmc
|
||||||
samples/menu/makefile.dmc
|
samples/menu/makefile.dmc
|
||||||
samples/mfc/makefile.dmc
|
samples/mfc/makefile.dmc
|
||||||
|
@@ -842,6 +842,16 @@ samples/mdi/bitmaps/*.xpm
|
|||||||
samples/mdi/bitmaps/*.xbm
|
samples/mdi/bitmaps/*.xbm
|
||||||
samples/mdi/*.bkl
|
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/*.cpp
|
||||||
samples/menu/*.h
|
samples/menu/*.h
|
||||||
samples/menu/makefile*
|
samples/menu/makefile*
|
||||||
@@ -1422,6 +1432,7 @@ tests/test.dsw
|
|||||||
tests/*.cpp
|
tests/*.cpp
|
||||||
tests/*.fc
|
tests/*.fc
|
||||||
|
|
||||||
|
tests/archive/*.cpp
|
||||||
tests/arrays/*.cpp
|
tests/arrays/*.cpp
|
||||||
tests/datetime/*.cpp
|
tests/datetime/*.cpp
|
||||||
tests/filename/*.cpp
|
tests/filename/*.cpp
|
||||||
@@ -1442,3 +1453,5 @@ tests/streams/*.h
|
|||||||
|
|
||||||
tests/strings/*.cpp
|
tests/strings/*.cpp
|
||||||
|
|
||||||
|
tests/uris/*.cpp
|
||||||
|
|
||||||
|
@@ -9,12 +9,14 @@ docs/gtk/makewxgtk
|
|||||||
|
|
||||||
include/wx/gtk/*.h
|
include/wx/gtk/*.h
|
||||||
include/wx/gtk/*.xpm
|
include/wx/gtk/*.xpm
|
||||||
|
include/wx/gtk/gnome/*.h
|
||||||
|
|
||||||
src/gtk/files.lst
|
src/gtk/files.lst
|
||||||
src/gtk/*.cpp
|
src/gtk/*.cpp
|
||||||
src/gtk/*.c
|
src/gtk/*.c
|
||||||
src/gtk/*.xbm
|
src/gtk/*.xbm
|
||||||
src/gtk/*.h
|
src/gtk/*.h
|
||||||
|
src/gtk/gnome/*.cpp
|
||||||
|
|
||||||
misc/afm/*.afm
|
misc/afm/*.afm
|
||||||
misc/gs_afm/*.afm
|
misc/gs_afm/*.afm
|
||||||
|
@@ -25,6 +25,7 @@ src/wxWindows.xcode/project.pbxproj
|
|||||||
src/mac/wxmac.icns
|
src/mac/wxmac.icns
|
||||||
|
|
||||||
src/mac/carbon/*.cpp
|
src/mac/carbon/*.cpp
|
||||||
|
src/mac/carbon/*.mm
|
||||||
src/mac/carbon/*.c
|
src/mac/carbon/*.c
|
||||||
src/mac/carbon/*.r
|
src/mac/carbon/*.r
|
||||||
src/mac/carbon/*.h
|
src/mac/carbon/*.h
|
||||||
@@ -47,6 +48,8 @@ src/mac/classic/morefile/*.h
|
|||||||
src/mac/classic/Info.plist.in
|
src/mac/classic/Info.plist.in
|
||||||
src/mac/classic/wxmac.icns
|
src/mac/classic/wxmac.icns
|
||||||
|
|
||||||
|
src/mac/corefoundation/*.cpp
|
||||||
|
|
||||||
include/wx_pb.h
|
include/wx_pb.h
|
||||||
include/wx/mac/*.h
|
include/wx/mac/*.h
|
||||||
include/wx/mac/carbon/*.h
|
include/wx/mac/carbon/*.h
|
||||||
@@ -55,5 +58,8 @@ include/wx/mac/classic/*.h
|
|||||||
include/wx/mac/classic/private/*.h
|
include/wx/mac/classic/private/*.h
|
||||||
include/wx/mac/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
|
||||||
|
|
||||||
|
@@ -47,6 +47,7 @@ samples/layout/Makefile.in
|
|||||||
samples/listbox/Makefile.in
|
samples/listbox/Makefile.in
|
||||||
samples/listctrl/Makefile.in
|
samples/listctrl/Makefile.in
|
||||||
samples/mdi/Makefile.in
|
samples/mdi/Makefile.in
|
||||||
|
samples/mediaplayer/Makefile.in
|
||||||
samples/minifram/Makefile.in
|
samples/minifram/Makefile.in
|
||||||
samples/minimal/Makefile.in
|
samples/minimal/Makefile.in
|
||||||
samples/mobile/Makefile.in
|
samples/mobile/Makefile.in
|
||||||
|
@@ -151,6 +151,9 @@ samples/listctrl/listctrl.dsw
|
|||||||
samples/mdi/mdi.dsp
|
samples/mdi/mdi.dsp
|
||||||
samples/mdi/mdi.dsw
|
samples/mdi/mdi.dsw
|
||||||
|
|
||||||
|
samples/mediaplayer/mediaplayer.dsp
|
||||||
|
samples/mediaplayer/mediaplayer.dsw
|
||||||
|
|
||||||
samples/memcheck/memcheck.dsp
|
samples/memcheck/memcheck.dsp
|
||||||
samples/memcheck/memcheck.dsw
|
samples/memcheck/memcheck.dsw
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user