home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / BRIK.ZIP / MAKEBRIK.COM < prev    next >
Text File  |  1989-03-09  |  403b  |  12 lines

  1. $! This command file compiles brik for VAX/VMS and also defines a
  2. $! symbol so you can type "brik" to execute the program.
  3. $!
  4. $! ::[[ @(#) makebrik.com 1.1 89/03/09 15:25:56 ]]::
  5. $!
  6. $ cc /define=VMS addbfcrc
  7. $ cc /define=VMS brik.c
  8. $ cc /define=VMS vms.c
  9. $ cc /define=VMS getopt.c
  10. $ link/executable=brik.exe  brik,addbfcrc,vms,getopt, options/opt
  11. $ brik:==$'f$trnlnm("sys$disk")''f$directory()'brik.exe
  12.