Contents 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Contents of the "msdos" subdirectory for UnZip 5.3 and later:
  2. Contents this file
  3. README notes about quirks in MS-DOS executables and compilers
  4. crc_i86.asm optimized 8086/80286 assembler version of generic crc32.c
  5. doscfg.h OS-dependent configuration, included by unzpriv.h
  6. msdos.c OS-dependent UnZip routines for MS-DOS
  7. makefile.bc makefile for Borland C++ and Turbo C++
  8. makefile.msc makefile for Microsoft C and make or nmake
  9. makefile.tc makefile for Turbo C and make
  10. makefile.wat makefile for Watcom C
  11. makefile.dj1 makefile for GNU C, djgpp v1.12m4 port
  12. makefile.dj2 makefile for GNU C, djgpp v2.x port
  13. makefile.emx makefile for GNU C, emx 0.9c port, gnu make
  14. Notes:
  15. (1) Two makefiles for djgpp/GNU make are provided, one for djgpp 1.12 and one
  16. for djgpp v2.x. In addition, the Unix makefile (unix/Makefile) contains
  17. a djgpp v2.x target using the go32-gcc cross compiler on Linux. Read the
  18. appropriate makefile sections for details.
  19. (2) The makefile for emx+gcc has been used with GNU Make ports from DJGPP and
  20. the GNUish MS-DOS project. Other make utilities may work, too. The
  21. resulting executables require emx.exe or rsx.exe to run (akin to djgpp
  22. 1.x's go32.exe).
  23. (3) The OS/2 makefile includes several (cross compilation ?) targets to
  24. generate MS-DOS executables which can be used with MSC 6.0 or later
  25. (`mscdos', 16-bit), Watcom C/C++ 9.0 or later (`watcom16dos', 16-bit;
  26. `watcomdos' and `pmodew', 32-bit) and emx+gcc 0.9c or later (`gccdos',
  27. 32-bit). These targets have only been tested in cross-compilation from
  28. OS/2 to MS-DOS, but they may work on a plain MS-DOS system, when a proper
  29. make utility is available.