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