SCRIPTDIR=$WXWIN/distrib/msw
WEBFILES=c:/wx2dev/wxWebSite
# Set this to the required version
-VERSION=2.6.0
+VERSION=2.6.2
. $SCRIPTDIR/setup.var
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/vc.rsp $APPDIR/distrib/msw/x11.rsp $APPDIR/distrib/msw/gtk.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
rm -f src/mingegcs.bat
rm -f -r distrib
rm -f *.spec
- rm -f -r contrib/utils/wxrcedit
rm -f src/gtk/descrip.mms src/motif/descrip.mms
echo Copying readme files...
doreplace $SETUPSCRIPTNAME "s;%HELPFILE%;$RETVALUE;g"
fi
- rm -f $DESTDIR/setup*.*
+ rm -f $DESTDIR/setup*.* $DESTDIR/wxMSW-$VERSION-Setup.exe
# Inno Setup complains if this step is not done
unix2dos --unix2dos $SETUPSCRIPTNAME
fi
cd $DESTDIR
-# mv setup.exe $APPNAME-$VERSION-setup.exe
+ mv setup.exe wxMSW-$VERSION-Setup.exe
- echo Putting all the setup files into a single zip archive
- zip wxMSW-$VERSION-setup.zip readme-$VERSION.txt setup*.*
+ # echo Putting all the setup files into a single zip archive
+ # zip wxMSW-$VERSION-setup.zip readme-$VERSION.txt setup*.*
-# rm -f wxWidgets-$VERSION-win.zip
+ rm -f wxWidgets-$VERSION-win.zip
rm -f wxWidgets-$VERSION-ExtraDoc.zip
+ rm -f wxWidgets-$VERSION-DMC.zip
+ rm -f wxWidgets-$VERSION-eVC.zip
+ rm -f wxWidgets-$VERSION-Univ.zip
+ rm -f wxWidgets-$VERSION-VC.zip
+ rm -f wxWidgets-$VERSION-DocSource.zip
+ rm -f wxWidgets-$VERSION-LinuxDocs.zip
echo If you saw no warnings or errors, $APPTITLE was successfully spun.
echo