home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / gtak212b.zip / README.SRC < prev    next >
Text File  |  1993-01-10  |  1KB  |  45 lines

  1. $Id: readme.src,v 1.4 1993/01/10 12:06:52 ak Exp $
  2.  
  3. 1.10:    GNU tar 1.10.
  4.  
  5.     makefile    AIX
  6.     makefile.os2    DMake, OS/2 EMX
  7.  
  8. tape:    Tape control program.
  9.  
  10.     makefile    AIX
  11.     makefile.mk    DMake, OS/2 ZTC / MSC using my own compiler shell
  12.     makefile.os2    DMake, OS/2 EMX / MSC
  13.  
  14. compress: File compression program
  15.  
  16.         make.cmd        OS/2 EMX
  17.  
  18. buffer: pipe buffer program
  19.  
  20.         make.cmd        OS/2 ZTC / MSC
  21.  
  22. libx:    Some OS/2 utility functions and library replacements.
  23.  
  24.     I used the IBM C Toolkit to compile the sources.
  25.     IMPORTANT: Replace UINT by USHORT in the bit field
  26.     definitions of FTIME and FDATE (bsedos.h). GCC and
  27.     IBM C interpret bit field alignments differently
  28.     (It is a good idea to make this change #ifdef'ed __GNUC__.)
  29.  
  30. os2-add: Tape device driver based on the ADD interface.
  31.  
  32.     ZTC, -> os2-add/readme
  33.  
  34. os2-aspi: Tape device driver based on the ASPI interface.
  35.  
  36.     ZTC, -> os2-add/readme
  37.  
  38. os2-dd:    OS/2 device driver support library .
  39.  
  40.     ZTC, -> os2-dd/readme
  41.  
  42.  
  43. Note: If EMX (gcc) is used to compile, at least version 0.8e is required.
  44.  
  45.