f0d81ffd1c
which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
20 lines
887 B
Plaintext
Executable File
20 lines
887 B
Plaintext
Executable File
Contents of the "qdos" subdirectory for UnZip 5.3 and later:
|
|
|
|
Contents this file
|
|
README release notes from Jonathan Hudson (author of port)
|
|
Makefile makefile for xtc68 cross-compiler on Linux (native QDOS exes)
|
|
config.S assembler routine for ...?
|
|
crc68.s 68000 version of CRC code
|
|
izqdos.h SMS/QDOS-specific header file
|
|
makesfx.c source for MakeSFX utility (since simple concatenation won't work)
|
|
qdos.c SMS/QDOS-specific functions
|
|
|
|
Notes:
|
|
|
|
"Makefile" is for the xtc68 cross compiler on Linux, but conversion to a
|
|
native c68 makefile should be trivial. To build a Linux (or other Unix)
|
|
UnZip that understands QDOS extra fields, add "-DQLZIP" to the LOCAL_UNZIP
|
|
environment variable and compile with the normal Unix makefile (for example,
|
|
linux_asm target). The "QLZIP" flag enables the Qdos "cross-UnZip" support
|
|
in unix/unix.c.
|