X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0ab6adfedf92aa4457821422e77c19b80f10bee..b075a3bbfd9ea0cd175456109981d1042730029c:/distrib/msw/zippatch.bat?ds=sidebyside

diff --git a/distrib/msw/zippatch.bat b/distrib/msw/zippatch.bat
index a0aaa23855..4980369d25 100755
--- a/distrib/msw/zippatch.bat
+++ b/distrib/msw/zippatch.bat
@@ -1,11 +1,10 @@
 @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=02
+set version=01
 
 if "%src" == "" goto usage
 if "%dest" == "" goto usage
@@ -21,7 +20,7 @@ erase %dest\patch*.zip
 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