X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbcdf8bc7ca806d8278c7cb6d09d5590378b67d8..9f06bcb3b8aea7aa709754a217c26e94fe2d5954:/utils/ogl/distrib/zipogl.bat diff --git a/utils/ogl/distrib/zipogl.bat b/utils/ogl/distrib/zipogl.bat index 37f3e3bf94..51ee8b37fc 100755 --- a/utils/ogl/distrib/zipogl.bat +++ b/utils/ogl/distrib/zipogl.bat @@ -1,19 +1,21 @@ @echo off rem Zip up an external distribution of OGL -set src=d:\wx2\wxWindows\utils\ogl -set dest=%src\deliver +set src=d:\wx2\wxWindows +set dest=%src\utils\ogl\deliver if "%src" == "" goto usage if "%dest" == "" goto usage echo About to archive an external OGL distribution: echo From %src -echo To %dest\ogl.zip +echo To %dest\ogl3.zip echo CTRL-C if this is not correct. inkey /W4 `Press any key to continue...` %%input -erase %dest\ogl.zip +erase %dest\ogl3.zip cd %src -zip32 -@ %dest\ogl.zip < %src\distrib\ogl.rsp +zip32 -@ %dest\ogl3.zip < %src\utils\ogl\distrib\ogl.rsp + +cd %dest echo OGL archived. goto end @@ -21,7 +23,7 @@ goto end :usage echo DOS OGL distribution. echo Usage: zipogl source destination -echo e.g. zipogl c:\wx\utils\ogl c:\wx\utils\ogl\deliver +echo e.g. zipogl d:\wx2\wxWindows d:\wx2\wxWindows\utils\ogl\deliver :end