home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dmake40.zip / emx / readme.ak < prev    next >
Text File  |  1994-11-02  |  548b  |  16 lines

  1. The EMX OS/2 GCC version emulates Unix behavior to some degree making
  2. the DMake port a hybrid of both. The major port was done as version
  3. 3.8, some files still show the old comments at top.
  4.  
  5. A few mods explained:
  6.  
  7. arlib.c:    Combines *.lib handling of MSDOS with *.a handling of Unix.
  8.  
  9. dmake.ini:    *.o object files.
  10.  
  11. dcache.c:    Unix + case insensitive compares.
  12.  
  13. rmprq.c:    Unix. The comments in the MSDOS version say something
  14.         about "single tasking", so the Unix version seems safer
  15.         to me (I don't understand what it's doing anyway).
  16.