home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / directry / kfs / kfssamp.mak < prev    next >
Encoding:
Text File  |  1994-02-16  |  198 b   |  8 lines

  1. # Example make file for KFSSAMP.C using Microsoft compiler 6.0
  2.  
  3. kfssamp.exe: kfssamp.obj 
  4.         link kfssamp,,NUL,kfsmsc6d llibce;
  5.  
  6. kfssamp.obj: kfssamp.c 
  7.         cl /c /AL /Lr kfssamp.c
  8.