home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
308.lha
/
Brik_v2.0
/
makebrik.com
< prev
next >
Wrap
Text File
|
1989-10-08
|
382b
|
11 lines
$! This command file compiles brik for VAX/VMS and also defines a
$! symbol so you can type "brik" to execute the program.
$!
$ cc /define=VMS brik.c
$ cc /define=VMS addbfcrc
$ cc /define=VMS initcrc.c
$ cc /define=VMS vms.c
$ cc /define=VMS getopt.c
$ link/executable=brik.exe brik,addbfcrc,initcrc,vms,getopt, options/opt
$ brik:==$'f$trnlnm("sys$disk")''f$directory()'brik.exe