@echo off
rem Zip up a patch file
-set src=%wxwin
-set dest=%src\deliver
-set wise=0
+set src=d:\wx2\wxWindows
+set dest=%wxwin\deliver
Rem Set this to the required patch version
set version=01
cd %src
echo Zipping...
-zip32 -@ %dest\patch%version%.zip < %src\distrib\msw\patch.rsp
+zip32 -@ %dest\patch%version%.zip < %wxwin\distrib\msw\patch.rsp
echo wxWindows patch archived.
cd %dest