home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / WINDOWS / APPS / HEX.ZIP / HEX.MAK < prev    next >
Encoding:
Text File  |  1991-02-04  |  337 b   |  14 lines

  1. #--------------------------------------------
  2. #    HEX.MAK File Hex Dump make file
  3. #--------------------------------------------
  4.  
  5. hex.exe : hex.obj hex.def hex.res
  6.     link hex, /align:16, NUL, /NOD slibcew libw, hex
  7.     rc hex.res
  8.  
  9. hex.obj : hex.c hex.h
  10.     cl -c -Zpe -Oas -Gsw hex.c
  11.  
  12. hex.res : hex.rc hex.ico mouse.cur
  13.     rc -r hex.rc
  14.