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

  1. # makefile for the REPLAY program
  2.  
  3. LIB=c:\lib
  4. LLIB=c:\lib\local
  5.  
  6. replay.obj:    replay.c
  7.  
  8. replay.exe:    replay.obj $(LLIB)\sutil
  9.     link $* $(LIB)\ssetargv, $*, nul, $(LLIB)\sutil;
  10.