home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / MON120.ZIP / MONITOR < prev    next >
Text File  |  1989-05-17  |  412b  |  15 lines

  1.  
  2.  
  3. monitor.exe : monitor.obj monitor.def monitor.res match.obj
  4.     link monitor+match ,,monitor /NOD, os2+llibce, monitor
  5.     rc monitor.res
  6.  
  7. monitor.res : monitor.rc monitor.h monitor.ico 
  8.     rc -r monitor.rc
  9.  
  10. monitor.obj : monitor.c monitor.h                    
  11.     cl -c -AL -G2sw -W3 -Os -Zp monitor.c
  12.  
  13. match.obj : match.c match.h                    
  14.     cl -c -AL -G2sw -W3 -Os -Zp match.c
  15.