Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

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