]> git.saurik.com Git - wxWidgets.git/commitdiff
Script updates
authorJulian Smart <julian@anthemion.co.uk>
Fri, 18 Mar 2005 10:11:37 +0000 (10:11 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 18 Mar 2005 10:11:37 +0000 (10:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/cw.rsp
distrib/msw/cw_mac.rsp
distrib/msw/dmc.rsp
distrib/msw/generic.rsp
distrib/msw/makefile.rsp
distrib/msw/makesetup.sh
distrib/msw/setup.var
distrib/msw/vc.rsp
distrib/msw/wince.rsp

index b522b5f76d8f19f4bc5cc71fab5ebc4ec3e9cacc..60f560e9a1ed2e676cfd291f3706cad08d2257f0 100644 (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
index ac511e34308869b24f624751aea194c222fbf23b..9c0b6b5fd2b55f8c0472c245e3876b63c8d551e9 100644 (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
index bda9e7d2fd651378d651eba12ff2889a4a2efc00..a772a7bde6ddee7de15e40e2152845f39ca49172 100644 (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
index bdc1f16df8d2b5726d131c681f8e2a6a20206da9..d2eb2539e5b8d106bcecabc33744f26dcb8137d0 100644 (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*
index fee30eddb46b2e79229599a0fbf9ac5fd2af486f..9c8267e773f8f8bbe897e119d626948c81cc077d 100644 (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
index 534cb912b87a639d42b9804616b7fec603fa7330..183a9d13cf1bce06b9b557d2490b933bf0b91a97 100644 (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
index 83620e1e9fe8b2b6ba534e24b46ff2346f8400db..133803b0a526d05e90c25881e823cb18b4430f70 100644 (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).
index 57ed25ed6f57d0a41e22cb4546f5e7c7aab3ce84..c265db4227130543013294773f946ab4b70170e5 100644 (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
 
index bcf9ba626f42de8cd8f3c2d81ac21e4500a5d37a..588f8bb2c422bcb4f01b77017302a862b64b99c7 100644 (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