home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prof_c / 07config / prtstr.mk < prev    next >
Encoding:
Text File  |  1988-08-11  |  206 b   |  11 lines

  1. # makefile for the PRTSTR program
  2.  
  3. LINC=c:\include\local
  4. LLIB=c:\lib\local
  5.  
  6. prtstr.obj:    prtstr.c $(LINC)\std.h
  7.     msc $*;
  8.  
  9. prtstr.exe:    prtstr.obj $(LLIB)\sutil.lib
  10.     link $*, $*, nul, $(LLIB)\sutil;
  11.