Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. Contents 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.  
  16. To compile, run the rename.unix script on a Unix system (renames *.c files
  17. to *c and *.h files to *h, and leaves all files necessary for Tandem port
  18. in the Tandem subdirectory).  Then transfer the renamed files to the Tandem
  19. system (if by ftp, use ASCII mode so the line-endings are converted to CR/LF
  20. format properly).  Edit the `make' script and change all references to
  21. $DATA9.DAVESZIP with whatever subvol you use, and change all references to
  22. SUPER.DAVES with whatever user id you use.  Then run it.  Individual object
  23. files will be named *o (that is, unzip.c -> unzipc -> unzipo), and an
  24. intermediate UnZip library (unziplib) and final UnZip binary (unzipl or
  25. unzipw, depending on large or wide model) will be created.
  26.  
  27. The filecode for unzipl should be 100 [OBJECT]...presumably this is automatic.
  28.