home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / make / nmake / mm.bat < prev    next >
Encoding:
DOS Batch File  |  1987-07-22  |  237 b   |  9 lines

  1. rem ***  this file assumes that "stdio.h" and the small library
  2. rem ***  are in a directory called \c86
  3. msc make;
  4. msc makeutil;
  5. msc reader;
  6. msc machdep;
  7. link  /stack:4096 make.obj makeutil.obj reader.obj machdep.obj, make.exe;
  8.  
  9.