Script updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-02-06 11:52:28 +00:00
parent 0856acc63d
commit a236af7b74
7 changed files with 40 additions and 3 deletions

View File

@ -63,6 +63,7 @@ samples/oleauto/*W7.xml
samples/opengl/*W7.xml
samples/ownerdrw/*W7.xml
samples/png/*W7.xml
samples/popup/*W7.xml
samples/printing/*W7.xml
samples/regtest/*W7.xml
samples/rotate/*W7.xml

View File

@ -123,6 +123,8 @@ samples/opengl/*.mcp
samples/ownerdrw/*M?.xml
samples/ownerdrw/*.mcp
samples/png/*M?.xml
samples/popup/*M?.xml
samples/popup/*.mcp
samples/png/*.mcp
samples/printing/*M?.xml
samples/printing/*.mcp

View File

@ -24,6 +24,13 @@ build/bakefiles/formats/*.bkl
build/bakefiles/formats/*.empy
build/bakefiles/formats/README
build/bakefiles/formats/*.bkmanifest
build/bakefiles/wxpresets/*.bkl
build/bakefiles/wxpresets/presets
build/bakefiles/wxpresets/sample/*.bkl
build/bakefiles/wxpresets/sample/*.in
build/bakefiles/wxpresets/sample/*.cpp
build/bakefiles/wxpresets/*.bkl
build/update-setup-h
distrib/msw/*.rsp
distrib/msw/*.bat
@ -1005,6 +1012,19 @@ samples/png/*.png
samples/png/*.pro
samples/png/*.bkl
samples/popup/*.cpp
samples/popup/*.h
samples/popup/makefile*
samples/popup/*.rc
samples/popup/*.def
samples/popup/*.bmp
samples/popup/*.xpm
samples/popup/*.ico
samples/popup/*.txt
samples/popup/*.png
samples/popup/*.pro
samples/popup/*.bkl
samples/printing/*.cpp
samples/printing/*.h
samples/printing/*.def
@ -1424,14 +1444,13 @@ demos/dbbrowse/*.bkl
tests/*.bkl
tests/makefile*.*
tests/*.dsp
tests/*.dsw
tests/*.cpp
tests/*.fc
tests/archive/*.cpp
tests/arrays/*.cpp
tests/datetime/*.cpp
tests/fileconf/*.cpp
tests/filename/*.cpp
tests/filesys/*.cpp
tests/fontmap/*.cpp

View File

@ -56,6 +56,7 @@ samples/mobile/styles/Makefile.in
samples/multimon/Makefile.in
samples/notebook/Makefile.in
samples/png/Makefile.in
samples/popup/Makefile.in
samples/printing/Makefile.in
samples/propsize/Makefile.in
samples/render/Makefile.in
@ -187,6 +188,8 @@ src/x11/descrip.mms
src/png/scripts/descrip.mms
src/unix/descrip.mms
src/zlib/descrip.mms
src/xml/descrip.mms
src/xrc/descrip.mms
src/regex/descrip.mms
utils/helpview/src/descrip.mms
utils/tex2rtf/src/descrip.mms

View File

@ -25,7 +25,7 @@ PROGNAME=$0
SCRIPTDIR=$WXWIN/distrib/msw
WEBFILES=c:/wx2dev/wxWebSite
# Set this to the required version
VERSION=2.5.3
VERSION=2.5.4
. $SCRIPTDIR/setup.var

View File

@ -192,6 +192,9 @@ samples/ownerdrw/ownerdrw.dsw
samples/png/png.dsp
samples/png/png.dsw
samples/popup/popup.dsp
samples/popup/popup.dsw
samples/printing/printing.dsp
samples/printing/printing.dsw
@ -395,3 +398,6 @@ utils/configtool/src/configtool.dsw
utils/hhp2cached/hhp2cached.dsp
utils/hhp2cached/hhp2cached.dsw
tests/*.dsp
tests/*.dsw

View File

@ -168,6 +168,9 @@ samples/ownerdrw/ownerdrw.vcw
samples/png/png.vcp
samples/png/png.vcw
samples/popup/popup.vcp
samples/popup/popup.vcw
samples/printing/printing.vcp
samples/printing/printing.vcw
@ -385,3 +388,6 @@ contrib/samples/svg/svgtest.vcw
utils/configtool/src/configtool.vcp
utils/configtool/src/configtool.vcw
tests/*.vcp
tests/*.vcw