home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol9n09.zip / WHEREIS.MAK < prev   
Text File  |  1990-04-03  |  263b  |  19 lines

  1. POWER PROGRAMMING
  2. RAY DUNCAN
  3. Vol. 9, No. 9
  4. WHEREIS Make File
  5.  
  6. CODE BOX
  7. WHEREIS
  8. COMPLETE LISTING
  9.  
  10.  
  11.  
  12. whereis.obj : whereis.c
  13.   cl -c /Zi whereis.c
  14.  
  15. whereis.exe : whereis.obj whereis.def whereis
  16.   link /CO whereis,whereis,,doscalls,whereis.def;
  17.  
  18.  
  19.