2 rem Zip up a patch file
3 Rem m:\wx2 contains the latest version + any crucial patches
5 set dest
=%wxwin\deliver
8 Rem Set this to the required patch version
11 if "%src" == "" goto usage
12 if "%dest" == "" goto usage
13 echo About to archive
patch%version%.zip
16 if "%wise" == "1" echo with WISE setup creation.
17 echo CTRL
-C
if this is
not correct.
20 erase %dest\
patch*.zip
25 zip32
-@
%dest\
patch%version%.zip
< %wxwin\distrib\msw\
patch.rsp
26 echo wxWindows
patch archived.
33 echo DOS wxWindows
patch distribution.