[go: up one dir, main page]

File: makevcp.cmd

package info (click to toggle)
regina 0.08h-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,724 kB
  • ctags: 4,101
  • sloc: ansic: 33,311; lex: 1,881; sh: 1,565; yacc: 1,129; makefile: 624
file content (24 lines) | stat: -rw-r--r-- 474 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
/**/
Parse arg ver .
If ver = '' Then
 Do
    Say 'Must supply version: eg 08f'
    Exit
 End
SRC = 'c:\regina'
'cd vcp'
'mkdir dist'
'cd dist'
'copy ..\rexx.exe'
'copy ..\regina*.a'
'copy' SRC || '\COPYING-LIB'
'copy' SRC || '\rexxsaa.h'
'copy' SRC || '\README.08?'
'copy' SRC || '\BUGS'
'copy' SRC || '\README.VCP README'
'copy' SRC || '\file_id.diz.vcp file_id.diz'
'mkdir demo'
'copy' SRC || '\demo\*.rexx demo\*.rex'
'del rx???vcp.zip'
'zip -r rx'ver'vcp *'
'cd ..\..'