1Contents of the "qdos" subdirectory for UnZip 5.4 and later:
2
3  Contents      this file
4  IZREADME.SMS  release notes from Jonathan Hudson (author of port)
5  Makefile      makefile for xtc68 cross-compiler on Linux (native QDOS exes)
6  callstub.c    user interface stub for SMS/QDOS specific SFX archives
7  config.S      assembler routine for ...?
8  crc68.s       68000 version of CRC code
9  izqdos.h      SMS/QDOS-specific header file
10  makesfx.c     source for MakeSFX utility (simple concatenation does not work)
11  qdos.c        SMS/QDOS-specific functions
12
13Notes:
14
15  "Makefile" is for the xtc68 cross compiler on Linux, but conversion to a
16  native c68 makefile should be trivial.  To build a Linux (or other Unix)
17  UnZip that understands QDOS extra fields, add "-DQLZIP" to the LOCAL_UNZIP
18  environment variable and compile with the normal Unix makefile (for example,
19  linux_asm target).  The "QLZIP" flag enables the Qdos "cross-UnZip" support
20  in unix/unix.c.
21