home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMHINTS1.ZIP / HINTS < prev    next >
Text File  |  1991-05-03  |  207b  |  11 lines

  1. hints.exe: hints.obj \
  2.           hints.def hints.res
  3.  link @hints.l
  4.  rc hints.res
  5.  
  6. hints.obj: hints.c hints.h
  7.  cl /c /Alfu /W2 /Gs /Gc /Zi /Od hints.c
  8.  
  9. hints.res: hints.h hints.rc
  10.  rc -r hints.rc
  11.