Contents
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:1k
源码类别:

压缩解压

开发平台:

MultiPlatform

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