]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zippatch.bat
copy install.txt and readme.txt
[wxWidgets.git] / distrib / msw / zippatch.bat
index ef6cd9491c92697860c91697a5bf2624dcb6d9e7..5ddf7f096572aaeee338fa4980990490827587b4 100755 (executable)
@@ -6,12 +6,12 @@ if "%wxwin%" == "" goto usage
 set src=%wxwin%
 set dest=%src%\deliver
 
-Rem Set this to the required wxWindows version
+Rem Set this to the required wxWidgets version
 set wxversion=2.3.3
 Rem Set this to the required patch version
 set version=01
 
-set patchname=wxWindows-%wxversion%-patch-%version%.zip
+set patchname=wxWidgets-%wxversion%-patch-%version%.zip
 
 if "%src" == "" goto usage
 if "%dest" == "" goto usage
@@ -21,20 +21,20 @@ echo   To     %dest
 echo CTRL-C if this is not correct.
 pause
 
-erase /Q /E %dest%\wxWindows-*-patch*.zip
+erase /Q /E %dest%\wxWidgets-*-patch*.zip
 
 cd %src%
 echo Zipping...
 
 zip32 -@ %dest%\%patchname% < %src%\distrib\msw\patch.rsp
-echo wxWindows patch archived.
+echo wxWidgets patch archived.
 
 cd %dest
 
 goto end
 
 :usage
-echo wxWindows patch distribution.
+echo wxWidgets patch distribution.
 echo.
 echo Usage: zippatch
 echo You must set WXWIN appropriately before calling this script.