home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / msdos_mk.patch / README < prev   
Encoding:
Text File  |  1986-11-30  |  921 b   |  24 lines

  1.  
  2. This is a fix to Landon M. Dyer's "make" program which enables it to
  3. compile using Microsoft C v3.0.  The file osdate.asm has been replaced
  4. by a C function, as the original osdate caused a system crash (the stack
  5. got messed up).  Rather that try to debug the asm file I thought it would
  6. be a better move to rewrite in C, so that all the files are now C files.
  7.  
  8. A comment to the program itself.  It is quite nice, and useful, but I'm
  9. not keen on all the batch files.  At the moment I am looking into getting
  10. this program to act as a stand alone unit.  Apart from that I like it.
  11.  
  12. In this archive are the following files:
  13.  
  14.     cmake.bat    - to make the program
  15.     makefile    - modified for MS C
  16.     osdate.c    - a function to replace osdate.asm
  17.  
  18. To get this program to work put these new files into the same directory
  19. as the existing source, and type "cmake".
  20.  
  21. Nick Thompson,    20th August 1986
  22. Polytechnic of the South Bank, London, UK
  23.  
  24.