X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0ab6adfedf92aa4457821422e77c19b80f10bee..aa5df84fabbd3d737224c732a4e1d0a4ecf86292:/distrib/msw/zippatch.bat diff --git a/distrib/msw/zippatch.bat b/distrib/msw/zippatch.bat index a0aaa23855..37742c7514 100755 --- a/distrib/msw/zippatch.bat +++ b/distrib/msw/zippatch.bat @@ -1,11 +1,12 @@ @echo off rem Zip up a patch file -set src=%wxwin -set dest=%src\deliver +Rem m:\wx2 contains the latest version + any crucial patches +set src=m:\wx2 +set dest=%wxwin\deliver set wise=0 Rem Set this to the required patch version -set version=02 +set version=03 if "%src" == "" goto usage if "%dest" == "" goto usage @@ -21,7 +22,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