home *** CD-ROM | disk | FTP | other *** search
- #--------------------------------------------
- # HEX.MAK File Hex Dump make file
- #--------------------------------------------
-
- hex.exe : hex.obj hex.def hex.res
- link hex, /align:16, NUL, /NOD slibcew libw, hex
- rc hex.res
-
- hex.obj : hex.c hex.h
- cl -c -Zpe -Oas -Gsw hex.c
-
- hex.res : hex.rc hex.ico mouse.cur
- rc -r hex.rc
-