~ubuntu-branches/ubuntu/intrepid/unzip/intrepid

« back to all changes in this revision

Viewing changes to tandem/Contents

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-06-06 17:57:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040606175746-nl7p2dgp3aobyc2c
Tags: upstream-5.51
ImportĀ upstreamĀ versionĀ 5.51

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.