Script updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-03-18 10:11:37 +00:00
parent df31591376
commit 26f26e06c4
9 changed files with 28 additions and 3 deletions

View File

@ -26,6 +26,7 @@ samples/checklst/*W7.xml
samples/config/*W7.xml
samples/controls/*W7.xml
samples/db/*W7.xml
samples/debugrpt/*W7.xml
samples/dialogs/*W7.xml
samples/dialup/*W7.xml
samples/dnd/*W7.xml

View File

@ -50,6 +50,8 @@ samples/controls/*M?.xml
samples/controls/*.mcp
samples/db/*M?.xml
samples/db/*.mcp
samples/debugrpt/*M?.xml
samples/debugrpt/*.mcp
samples/dialogs/*M?.xml
samples/dialogs/*.mcp
samples/dialup/*M?.xml

View File

@ -48,6 +48,7 @@ samples/config/makefile.dmc
samples/console/makefile.dmc
samples/controls/makefile.dmc
samples/db/makefile.dmc
samples/debugrpt/makefile.dmc
samples/dialogs/makefile.dmc
samples/dialup/makefile.dmc
samples/display/makefile.dmc

View File

@ -25,7 +25,7 @@ build/bakefiles/formats/*.empy
build/bakefiles/formats/README
build/bakefiles/formats/*.bkmanifest
build/bakefiles/wxpresets/*.bkl
build/bakefiles/wxpresets/presets
build/bakefiles/wxpresets/presets/*.bkl
build/bakefiles/wxpresets/sample/*.bkl
build/bakefiles/wxpresets/sample/*.in
build/bakefiles/wxpresets/sample/*.cpp
@ -330,6 +330,19 @@ samples/db/*.wav
samples/db/*.pro
samples/db/*.bkl
samples/debugrpt/*.cpp
samples/debugrpt/*.h
samples/debugrpt/*.def
samples/debugrpt/makefile*
samples/debugrpt/*.xbm
samples/debugrpt/*.xpm
samples/debugrpt/*.txt
samples/debugrpt/*.ico
samples/debugrpt/*.bmp
samples/debugrpt/*.rc
samples/debugrpt/*.pro
samples/debugrpt/*.bkl
samples/dnd/*.cpp
samples/dnd/*.h
samples/dnd/makefile*

View File

@ -12,6 +12,7 @@ samples/config/Makefile.in
samples/console/Makefile.in
samples/controls/Makefile.in
samples/db/Makefile.in
samples/debugrpt/Makefile.in
samples/dialogs/Makefile.in
samples/dnd/Makefile.in
samples/docview/Makefile.in

View File

@ -267,7 +267,7 @@ dospinwxall()
fi
cp $DESTDIR/wxWidgets-$VERSION-win.zip $DESTDIR/wxWidgets-$VERSION-all.zip
cat $APPDIR/distrib/msw/cw_mac.rsp $APPDIR/distrib/msw/x11.rsp $APPDIR/distrib/msw/cocoa.rsp $APPDIR/distrib/msw/motif.rsp $APPDIR/distrib/msw/mac.rsp $APPDIR/distrib/msw/mgl.rsp $APPDIR/distrib/msw/os2.rsp | $APPDIR/distrib/msw/palmos.rsp | sort | uniq > /tmp/all.txt
cat $APPDIR/distrib/msw/cw_mac.rsp $APPDIR/distrib/msw/x11.rsp $APPDIR/distrib/msw/cocoa.rsp $APPDIR/distrib/msw/motif.rsp $APPDIR/distrib/msw/mac.rsp $APPDIR/distrib/msw/mgl.rsp $APPDIR/distrib/msw/os2.rsp $APPDIR/distrib/msw/palmos.rsp | sort | uniq > /tmp/all.txt
zip $ZIPFLAGS -@ -u $DESTDIR/wxWidgets-$VERSION-all.zip < /tmp/all.txt
if [ -d $DESTDIR/wxWidgets-$VERSION ]; then

View File

@ -93,7 +93,8 @@ APPBINARY=$APPDIR/src/ReleaseStable/$APPNAME.exe
# The location of the setup compiler
#-------------------------------------------------------------------------
SETUPCOMPILER="c:/Program Files/Inno Setup 4/compil32.exe"
#SETUPCOMPILER="c:/Program Files/Inno Setup 4/compil32.exe"
SETUPCOMPILER="c:/Program Files/Inno Setup 5/compil32.exe"
#-------------------------------------------------------------------------
# Whether we will compress the binary (0 or 1).

View File

@ -52,6 +52,9 @@ samples/controls/controls.dsw
samples/db/db.dsp
samples/db/db.dsw
samples/debugrpt/debugrept.dsp
samples/debugrpt/debugrept.dsw
samples/dialogs/dialogs.dsp
samples/dialogs/dialogs.dsw

View File

@ -31,6 +31,9 @@ samples/controls/controls.vcw
samples/db/db.vcp
samples/db/db.vcw
samples/debugrpt/debugrpt.vcp
samples/debugrpt/debugrpt.vcw
samples/dialogs/dialogs.vcp
samples/dialogs/dialogs.vcw