home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / mpwtools.cpt / misc src / compress ReadMe < prev    next >
Encoding:
Text File  |  1990-04-11  |  522 b   |  14 lines

  1. You should have the following files:
  2.  
  3. compstream.a - (MPW assembler source). A library for doing unix-compatible
  4.    compression and decompression.  Documentation is near the top of the
  5.    source.
  6. mcompress.c - (MPW C source).  A very simple MPW tool (i.e. no bells and
  7.    whistles) to demonstrate the use of the compsteam library.  It implements
  8.    unix-compatible compress/decompress.  'mcompress -H' will print a short
  9.    help message.
  10. makefile.hqx - a binhex'ed MPW make file for mcompress.
  11.  
  12.         enjoy,
  13.           gz@entity.com
  14.