X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b8b0e7ca05ae2ea581601c4510f7c5704c22607..cbb4b02f090fc5089caa67a15fbd95504d4168e1:/distrib/msw/zippatch.bat diff --git a/distrib/msw/zippatch.bat b/distrib/msw/zippatch.bat index 37742c7514..4980369d25 100755 --- a/distrib/msw/zippatch.bat +++ b/distrib/msw/zippatch.bat @@ -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