home *** CD-ROM | disk | FTP | other *** search
- rem *** this file assumes that "stdio.h" and the small library
- rem *** are in a directory called \c86
- msc make;
- msc makeutil;
- msc reader;
- msc machdep;
- link /stack:4096 make.obj makeutil.obj reader.obj machdep.obj, make.exe;
-