2 rem Zip up a patch file
3 set src
=d
:\wx2\wxWindows
4 set dest
=%wxwin\deliver
6 Rem Set this to the required patch version
9 if "%src" == "" goto usage
10 if "%dest" == "" goto usage
11 echo About to archive
patch%version%.zip
14 if "%wise" == "1" echo with WISE setup creation.
15 echo CTRL
-C
if this is
not correct.
18 erase %dest\
patch*.zip
23 zip32
-@
%dest\
patch%version%.zip
< %wxwin\distrib\msw\
patch.rsp
24 echo wxWindows
patch archived.
31 echo DOS wxWindows
patch distribution.