Contents
资源名称:unzip540.zip [点击查看]
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:2k
源码类别:
压缩解压
开发平台:
MultiPlatform
- Contents of the "amiga" directory for UnZip 5.4 and later:
- Contents this file
- amiga.c Amiga-specific file I/O routines
- amiga.h Amiga-specific header file
- filedate.c SetFileDate clone for OS 1.3, and other low-level resources
- time_lib.c timezone and timestamp functions
- timezone.doc explanation of the TZ environment variable for timezones
- smakefile SAS/C makefile for UnZip, fUnZip, and UnZipSFX
- makefile.azt Aztec C makefile for UnZip, fUnZip, and UnZipSFX
- stat.c stat() emulation for Aztec, along with opendir()/readdir()/etc
- z-stat.h replacement stat.h header file for use with stat.c
- z-time.h replacement time.h header file for use with time_lib.c
- crc_68.a assembler version of crc32.c
- flate.a assembler version of inflate_codes() (define ASM_INFLATECODES)
- mkGoff.c source for MkGoff which generates include file used by flate.a
- makesfx.c source for MakeSFX, without which UnZipSFX is not usable
- Notes:
- The crc_68.a source file is not currently used by the SAS/C makefile,
- nor is flate.a; as of UnZip 5.2 neither of these wants args in
- registers.
- The DICE makefile has been removed since no one is supporting that
- compiler anymore.
- As of UnZip 5.2, if you have AmigaDOS 2.1 or newer and have set your
- timezone in the Locale preferences editor, this will be an adequate
- substitute for setting TZ. If you do not set TZ to your current timezone,
- files will be restored with times corrsponding to "EST5EDT", U.S. Eastern
- time. See timezone.doc for directions on how to set the TZ variable.