home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / cpuactiv / cpumeter / cpumet < prev    next >
Encoding:
Text File  |  1990-11-01  |  222 b   |  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.