home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / MSJV5-6.ZIP / CPUMETER.ZIP / CPUMET < prev    next >
Text File  |  1990-11-01  |  222b  |  10 lines

  1. #-------------------
  2. # CPUMET make file
  3. #-------------------
  4.  
  5. cpumet.obj : cpumet.c
  6.      cl -c -MT -G2sw -W3 cpumet.c
  7.  
  8. cpumet.exe : cpumet.obj cpumet.def
  9.      link cpumet, /align:16, NUL, /nod llibcmt os2, cpumet
  10.