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
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
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
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
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*
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
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
# 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).
samples/db/db.dsp
samples/db/db.dsw
+samples/debugrpt/debugrept.dsp
+samples/debugrpt/debugrept.dsw
+
samples/dialogs/dialogs.dsp
samples/dialogs/dialogs.dsw
samples/db/db.vcp
samples/db/db.vcw
+samples/debugrpt/debugrpt.vcp
+samples/debugrpt/debugrpt.vcw
+
samples/dialogs/dialogs.vcp
samples/dialogs/dialogs.vcw