bringing SDL 1.2.14 from vendor into the main branch
[AROS-Contrib.git] / regina / makevcp.cmd
blobc50a75c382188b80946627c9067e8d51564b3b02
1 /**/
2 Parse arg ver .
3 If ver = '' Then
4 Do
5 Say 'Must supply version: eg 20'
6 Exit
7 End
8 SRC = Translate(Value('REGINA_SRCDIR',,'OS2ENVIRONMENT'),'\','/')
9 'cd vcp'
10 'mkdir dist'
11 'cd dist'
12 'copy ..\rexx.exe'
13 'copy ..\trexx.exe'
14 'copy ..\regina*.a'
15 'copy' SRC || '\COPYING-LIB'
16 'copy' SRC || '\rexxsaa.h'
17 'copy' SRC || '\README.3?'
18 'copy' SRC || '\BUGS'
19 'copy' SRC || '\README.VCP README'
20 'copy' SRC || '\README_SAFE'
21 'copy' SRC || '\file_id.diz.vcp file_id.diz'
22 'mkdir demo'
23 'copy' SRC || '\demo\*.rexx demo\*.rex'
24 'mkdir nls'
25 'copy ..\*.mtb nls'
26 'del rex??vcp.zip'
27 'zip -r rex'ver'vcp *'
28 'cd ..\..'