home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / LZHUF.ZIP / LZHUF next >
Text File  |  1989-04-17  |  236b  |  11 lines

  1. %1=lzhuf
  2.  
  3. $(%1).obj: $(%1).c
  4.         cl /AL /W3 /Zp /Zc /Zl /Gs2 /c $(%1).c
  5.  
  6. $(%1).exe: $(%1).obj
  7.         link $**, $@,,llibce.lib, $(%1).def;
  8.         del *.map
  9. #       exehdr /v $(%1).exe > info.fil
  10. #       cvpack $(%1).exe
  11.