home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PJ8_3.ZIP / HITTEST < prev    next >
Text File  |  1990-01-03  |  396b  |  19 lines

  1. #
  2. #   Hittest.exe make file
  3. #
  4.  
  5. all:    hittest.exe rc.exe
  6.  
  7. hittest.exe : hittest.obj hittest.def hittest
  8.      link /co /nod hittest, /align:16, NUL, slibcp os2, hittest
  9.  
  10. rc.exe : rc.obj rc.def hittest
  11.      link /co /nod rc, /align:16, NUL, slibcp os2, rc
  12.  
  13.  
  14. hittest.obj : hittest.c hittest
  15.      cl /Zi /c /G2sw /W3 hittest.c
  16.  
  17. rc.obj : rc.c hittest
  18.      cl /Zi /c /G2sw /W3 rc.c
  19.