]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zippatch.bat
Updated docs for wxGrid::SelectBlock
[wxWidgets.git] / distrib / msw / zippatch.bat
index 77ad4aeee6f9cc2215d52a6596faad6a0f35b15f..4980369d2563717980873983d9a6e518701e4c54 100755 (executable)
@@ -1,8 +1,7 @@
 @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
@@ -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