Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. Contents of the "win32" sub-archive for UnZip 6.0 and later:
  2.  
  3.   Contents      this file
  4.   Makefile      makefile for UnZip using MS Visual C++
  5.   Makefile.bc   makefile for UnZip using Borland C++
  6.   Makefile.dj   makefile for UnZip using djgpp v2.x with rsxntdj 1.31
  7.   Makefile.emx  makefile for UnZip using emx+gcc 0.9c with RSXNT 1.4 (+)
  8.   Makefile.gcc  makefile for UnZip using native Win32 gcc ports (Cygwin, MinGW)
  9.   Makefile.lcc  makefile for UnZip using free LCC-Win32 compiler
  10.   Makefile.wat  makefile for UnZip using Watcom C/C++
  11.   crc_i386.asm  32-bit Intel-assembler version of CRC routine
  12.   crc_i386.c    ditto, for MS[V]C with no MASM only
  13.   crc_lcc.asm   ditto, adapted for LCC-Win32 assembler syntax
  14.   nt.c          WinNT-specific support routines (ACLs/security descriptors)
  15.   nt.h          WinNT-specific support header
  16.   rsxntwin.h    supplement header for RSXNT, fills holes in their <windows.h>
  17.   w32cfg.h      Win32-specific configuration, included by unzpriv.h
  18.   win32.c       Win32-specific support routines
  19.   win32i64.c
  20.   winapp.rc     resource file for regular console-mode UnZip application
  21.   vc6/          directory containing Visual C++ 6.0 project files
  22.     funzip.dsp    MSVC++ 6.0 project file for fUnZip command-line tool
  23.     unzip.dsp     MSVC++ 6.0 project file for UnZip command-line main program
  24.     unzipsfx.dsp  MSVC++ 6.0 project file for UnZipSFX console mode stub
  25.     unzipbz2.dsp  MSVC++ 6.0 project file for UnZip with bzip2 support
  26.     bz2lib.dsp    MSVC++ 6.0 project file for bz2lib (de)compression library
  27.     unzip.dsw     MSVC++ 6.0 workspace file for all UnZip command line tools
  28.   vc8/          directory containing Visual C++ 2005 (8.0) project files
  29.     funzip.vcproj   MSVC++ 8.0 project file for fUnZip command-line tool
  30.     unzip.vcproj    MSVC++ 8.0 project file for UnZip command-line main program
  31.     unzipsfx.vcproj MSVC++ 8.0 project file for UnZipSFX console mode stub
  32.     unzipbz2.vcproj MSVC++ 8.0 project file for UnZip with bzip2 support
  33.     bz2lib.vcproj   MSVC++ 8.0 project file for bz2lib (de)compression library
  34.     unzip.sln       MSVC++ 8.0 workspace file for all UnZip command line tools
  35.  
  36. crc_i386.c has been tested with MSVC and can be selected through the MSVC
  37. makefile.  It is provided for those who may have MSVC but no assembler.
  38. Note that some C compilers on Pentium-class machines have been reported
  39. to emit faster code from the plain C sources (crc32.c) than the assembler
  40. routines provide.  This has not been tested lately, however.
  41.