home *** CD-ROM | disk | FTP | other *** search
-
- This is a fix to Landon M. Dyer's "make" program which enables it to
- compile using Microsoft C v3.0. The file osdate.asm has been replaced
- by a C function, as the original osdate caused a system crash (the stack
- got messed up). Rather that try to debug the asm file I thought it would
- be a better move to rewrite in C, so that all the files are now C files.
-
- A comment to the program itself. It is quite nice, and useful, but I'm
- not keen on all the batch files. At the moment I am looking into getting
- this program to act as a stand alone unit. Apart from that I like it.
-
- In this archive are the following files:
-
- cmake.bat - to make the program
- makefile - modified for MS C
- osdate.c - a function to replace osdate.asm
-
- To get this program to work put these new files into the same directory
- as the existing source, and type "cmake".
-
- Nick Thompson, 20th August 1986
- Polytechnic of the South Bank, London, UK
-
-