home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MONITOR1.ZIP / MONITOR.MAK < prev    next >
Text File  |  1990-03-12  |  281b  |  10 lines

  1. monitor.obj:  monitor.c monitor.h match.h
  2.         cl /c /AL /W3 /G2sw /Os /Zp monitor.c
  3.  
  4. match.obj:  match.c match.h
  5.         cl /c /AL /W3 /G2sw /Os /Zp match.c
  6.  
  7. monitor.exe:  monitor.obj match.obj monitor.rc
  8.         link /A:16 /NOD/MAP @monitor.l;
  9.         rc monitor.rc
  10.