Contents
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:2k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. Contents of the "amiga" directory for UnZip 5.4 and later:
  2.   Contents      this file
  3.   amiga.c       Amiga-specific file I/O routines
  4.   amiga.h       Amiga-specific header file
  5.   filedate.c    SetFileDate clone for OS 1.3, and other low-level resources
  6.   time_lib.c    timezone and timestamp functions
  7.   timezone.doc  explanation of the TZ environment variable for timezones
  8.   smakefile     SAS/C makefile for UnZip, fUnZip, and UnZipSFX
  9.   makefile.azt  Aztec C makefile for UnZip, fUnZip, and UnZipSFX
  10.   stat.c        stat() emulation for Aztec, along with opendir()/readdir()/etc
  11.   z-stat.h      replacement stat.h header file for use with stat.c
  12.   z-time.h      replacement time.h header file for use with time_lib.c
  13.   crc_68.a      assembler version of crc32.c
  14.   flate.a       assembler version of inflate_codes() (define ASM_INFLATECODES)
  15.   mkGoff.c      source for MkGoff which generates include file used by flate.a
  16.   makesfx.c     source for MakeSFX, without which UnZipSFX is not usable
  17. Notes:
  18.   The crc_68.a source file is not currently used by the SAS/C makefile,
  19.   nor is flate.a; as of UnZip 5.2 neither of these wants args in
  20.   registers.
  21.   The DICE makefile has been removed since no one is supporting that
  22.   compiler anymore.
  23.   As of UnZip 5.2, if you have AmigaDOS 2.1 or newer and have set your
  24.   timezone in the Locale preferences editor, this will be an adequate
  25.   substitute for setting TZ.  If you do not set TZ to your current timezone,
  26.   files will be restored with times corrsponding to "EST5EDT", U.S. Eastern
  27.   time.  See timezone.doc for directions on how to set the TZ variable.