home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / gd25s / ms / readme < prev    next >
Encoding:
Text File  |  1995-05-19  |  684 b   |  20 lines

  1. The 'ms' directory contains additional files used to port GNU diff v2.5 
  2. to MS-DOS and Windows/NT.
  3.  
  4. Some of this work is based on the efforts of Helge Oldach.
  5.  
  6. No effort was made to port cmp or sdiff.
  7.  
  8. Two new makefiles are included, along with a few other files which 
  9. provide additional support.  The diff and diff3 programs can be 
  10. built with the following commands:
  11.  
  12.   make -fms/makefile.bcc     # MS-DOS with BCC 3.1
  13.   nmake -f ms/makefile.nt    # Windows/NT with MSVCNT
  14.  
  15. Several warnings are produced during compilation, which appear to have 
  16. no affect on operation.
  17.  
  18. This package is distributed without warranty, as per the GNU public 
  19. license, version 2.0.
  20.