Contents 1.4 KB

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