home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / unzip.tar.gz / unzip.tar / unzip / VMS.arc / VMS_MAKE.COM < prev    next >
Text File  |  1991-03-24  |  340b  |  10 lines

  1. $ !
  2. $ !    "Makefile" for VMS version of unzip
  3. $ !
  4. $ set verify    ! like "echo on", eh?
  5. $ define lnk$library sys$library:vaxcrtl.olb
  6. $ cc unzip,file_io,VMS_attr,mapname,match,misc,unimplod,unreduce,unshrink
  7. $ link unzip,file_io,VMS_attr,mapname,match,misc,unimplod,unreduce,unshrink,sys$input:/opt
  8. sys$share:vaxcrtl.exe/shareable
  9. $ set noverify
  10.