home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / kfs.arj / KFSSAMP.MAK < prev    next >
Text File  |  1994-02-16  |  198b  |  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.