home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip532.zip / tandem / Contents < prev    next >
Text File  |  1997-10-11  |  1KB  |  23 lines

  1. Contents of the "tandem" subdirectory for UnZip 5.32 and later:
  2.  
  3.   Contents      this file
  4.   rename.unix   Unix shell script to rename Tandem sources before compiling
  5.   make          Tandem NSK script to compile UnZip intelligently
  6.   commacs       generic support macros for compiling
  7.   macros        Info-ZIP-specific macros for compiling
  8.   tandem.c      Tandem NSK-specific support routines
  9.   tandem.h      Tandem NSK-specific data declarations
  10.  
  11. To compile, run the rename.unix script on a Unix system (renames *.c files
  12. to *c and *.h files to *h, and leaves all files necessary for Tandem port
  13. in the Tandem subdirectory).  Then transfer the renamed files to the Tandem
  14. system (if by ftp, use ASCII mode so the line-endings are converted to CR/LF
  15. format properly).  Edit the `make' script and change all references to
  16. $DATA9.DAVESZIP with whatever subvol you use, and change all references to
  17. SUPER.DAVES with whatever user id you use.  Then run it.  Individual object
  18. files will be named *o (that is, unzip.c -> unzipc -> unzipo), and an
  19. intermediate UnZip library (unziplib) and final UnZip binary (unzipl or
  20. unzipw, depending on large or wide model) will be created.
  21.  
  22. The filecode for unzipl should be 100 [OBJECT]...presumably this is automatic.
  23.