]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zippatch.bat
Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup
[wxWidgets.git] / distrib / msw / zippatch.bat
index a0aaa238559cf06e291f20b84d209392c3398187..4980369d2563717980873983d9a6e518701e4c54 100755 (executable)
@@ -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