home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip531.zip / qdos / Contents < prev    next >
Text File  |  1997-01-24  |  887b  |  20 lines

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