2 rem Zip up an external distribution of STC (wxStyledTextCtrl)
3 set src
=d
:\wx2\wxWindows
4 set dest
=d
:\wx2\wxWindows\deliver
6 if "%src" == "" goto usage
7 if "%dest" == "" goto usage
8 echo About to archive an external STC distribution
:
11 echo CTRL
-C
if this is
not correct.
12 inkey
/W4 `Press any key to continue...`
%%input
16 zip32
-@
%dest\stc.zip
< %src\distrib\msw\stc.rsp
24 echo DOS STC distribution.
25 echo Usage
: zipstc source destination
26 echo e.g. zipstc d
:\wx2\wxWindows d
:\wx2\wxWindows\deliver