2 rem Zip up an external distribution of OGL
3 set src
=d
:\wx2\wxWindows\utils\ogl
6 if "%src" == "" goto usage
7 if "%dest" == "" goto usage
8 echo About to archive an external OGL distribution
:
11 echo CTRL
-C
if this is
not correct.
12 inkey
/W4 `Press any key to continue...`
%%input
16 zip32
-@
%dest\ogl.zip
< %src\distrib\ogl.rsp
22 echo DOS OGL distribution.
23 echo Usage
: zipogl source destination
24 echo e.g. zipogl c
:\wx\utils\ogl c
:\wx\utils\ogl\deliver