home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / tandem / Contents < prev    next >
Text File  |  1998-08-05  |  1KB  |  25 lines

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