X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c6fb09fe29bb7ac24722b776d8f39de93120dfb..5100cabffa34c38db26884577113d01f21cda446:/distrib/msw/zippatch.bat diff --git a/distrib/msw/zippatch.bat b/distrib/msw/zippatch.bat index 77ad4aeee6..4980369d25 100755 --- a/distrib/msw/zippatch.bat +++ b/distrib/msw/zippatch.bat @@ -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