contents

来自「完整的解压zip文件的源码。包含密码功能」· 代码 · 共 25 行

TXT
25
字号
Contents of the "tandem" subdirectory for UnZip 5.32 and later:  Contents      this file  README  doit          macro to extract and rename required Tandem files from archive  rename.unix   Unix shell script to rename Tandem sources before compiling  make          Tandem NSK script to compile UnZip intelligently  commacs       generic support macros for compiling  macros        Info-ZIP-specific macros for compiling  tandem.c      Tandem NSK-specific support routines  tandem.h      Tandem NSK-specific data declarationsTo compile, run the rename.unix script on a Unix system (renames *.c filesto *c and *.h files to *h, and leaves all files necessary for Tandem portin the Tandem subdirectory).  Then transfer the renamed files to the Tandemsystem (if by ftp, use ASCII mode so the line-endings are converted to CR/LFformat properly).  Edit the `make' script and change all references to$DATA9.DAVESZIP with whatever subvol you use, and change all references toSUPER.DAVES with whatever user id you use.  Then run it.  Individual objectfiles will be named *o (that is, unzip.c -> unzipc -> unzipo), and anintermediate UnZip library (unziplib) and final UnZip binary (unzipl orunzipw, depending on large or wide model) will be created.The filecode for unzipl should be 100 [OBJECT]...presumably this is automatic.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?