home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / unzip / vms_make_vax.com < prev    next >
Text File  |  1994-11-04  |  393b  |  13 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. $ If P1 .EQS. ""
  7. $ THEN
  8. $ cc/define=(VAX_COMPILE) unzip,file_io,VMS_attr,mapname,match,misc,unimplod,unreduce,unshrink
  9. $ ENDIF
  10. $ link unzip,file_io,VMS_attr,mapname,match,misc,unimplod,unreduce,unshrink,sys$input:/opt
  11. sys$share:vaxcrtl.exe/shareable
  12. $ set noverify
  13.