home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / memory / emslib / chkems.mak < prev    next >
Encoding:
Text File  |  1988-04-25  |  256 b   |  13 lines

  1.  
  2. # Microsoft Make compatible make file for CHKEMS.EXE
  3.  
  4. chkems.obj : chkems.c emslib.h
  5.      cl -Zi -c chkems.c
  6.  
  7. emsinit.obj : emsinit.c emslib.h
  8.      cl -Zi -c emsinit.c
  9.  
  10. chkems.exe : chkems.obj emsinit.obj
  11.      link chkems+emsinit,,,/CO sems;
  12.  
  13.