home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip532.zip / win32 / Contents next >
Text File  |  1997-10-12  |  1KB  |  20 lines

  1. Contents of the "win32" sub-archive for UnZip 5.32 and later:
  2.  
  3.   Contents      this file
  4.   Makefile      makefile for UnZip using MS Visual C++
  5.   Makefile.emx  makefile for UnZip using emx+gcc 0.9c with RSXNT 1.3
  6.   Makefile.wat  makefile for UnZip using Watcom C/C++
  7.   crc_i386.asm  32-bit Intel-assembler version of CRC routine
  8.   crc_i386.c    ditto, for MS[V]C with no MASM only
  9.   w32cfg.h      Win32-specific configuration, included by unzpriv.h
  10.   win32.c       Win32-specific support routines
  11.   nt.c          WinNT-specific support routines (ACLs/security descriptors)
  12.   nt.h          WinNT-specific support header
  13.   rsxntwin.h    supplement header for RSXNT, fills holes in their <windows.h>
  14.  
  15. crc_i386.c has been tested with MSVC but not integrated into any makefile
  16. yet.  It is provided for those who may have MSVC but no assembler.  Note
  17. that some C compilers on Pentium-class machines have been reported to emit
  18. faster code from the plain C sources (crc32.c) than the assembler routines
  19. provide.  This has not been tested lately, however.
  20.