]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zippatch.bat
Updated docs for wxGrid::SelectBlock
[wxWidgets.git] / distrib / msw / zippatch.bat
index 37742c7514e5fb485d7b5bade88cd20deb0eab43..4980369d2563717980873983d9a6e518701e4c54 100755 (executable)
@@ -1,12 +1,10 @@
 @echo off
 rem Zip up a patch file
-Rem m:\wx2 contains the latest version + any crucial patches
-set src=m:\wx2
+set src=d:\wx2\wxWindows
 set dest=%wxwin\deliver
-set wise=0
 
 Rem Set this to the required patch version
-set version=03
+set version=01
 
 if "%src" == "" goto usage
 if "%dest" == "" goto usage