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

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