File: makeos2.cmd

package info (click to toggle)
regina 2.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,332 kB
  • ctags: 4,775
  • sloc: ansic: 38,518; sh: 2,552; lex: 1,878; yacc: 1,028; makefile: 771
file content (29 lines) | stat: -rw-r--r-- 585 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**/
Parse arg ver .
If ver = '' Then
 Do
    Say 'Must supply version: eg 20'
    Exit
 End
SRC = 'c:\regina'
'cd wcc'
'mkdir dist'
'cd dist'
'copy ..\regina.exe'
'copy ..\rexx.exe'
'copy ..\regina.dll'
'copy ..\regina.lib'
'copy ..\test1.dll'
'copy ..\test2.dll'
'copy' SRC || '\COPYING-LIB'
'copy' SRC || '\rexxsaa.h'
'copy' SRC || '\README.08?'
'copy' SRC || '\README.2*'
'copy' SRC || '\BUGS'
'copy' SRC || '\README.WCC README'
'copy' SRC || '\file_id.diz.os2 file_id.diz'
'mkdir demo'
'copy' SRC || '\demo\*.rexx demo'
'del rex??os2.zip'
'zip -r rx' || ver || 'os2 *'
'cd ..\..'