Subversion Repositories Kolibri OS

Rev

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

  1. Contents of the "WinCE" subdirectory for UnZip 5.52 and later:
  2.  
  3.    Contents     This file.
  4.    README       Information about the Windows CE port and its author.
  5.    punzip.h     Main header file for the entire Pocket UnZip project.
  6.    wcecfg.h     Common system-specific configurations for Windows CE port code.
  7.    wcemain.c    Main entry code for Win CE command line tool.
  8.    winmain.cpp  Contains the entire user interface and all Windows code.
  9.    winmain.h    Header for winmain.cpp.
  10.    intrface.cpp The interface between the Windows code and Info-ZIP code.
  11.    intrface.h   Header for intrface.cpp.
  12.    wince.cpp    All the Win32 APIs and C runtimes called by Info-ZIP.
  13.    wince.h      Header for wince.cpp.
  14.    punzip.rc    Resource file for all dialogs, bitmaps, menus, icons, etc.
  15.    resource.h   Resource header file for punzip.rc and other source modules.
  16.    punzip.htp   Windows CE help file (rename to punzip.html for WinNT).
  17.    punzip.rcv   Version resource and version defines.
  18.    punzip.ic2   Windows CE app icons (16x16 and 32x32, both 2 bits/pixel).
  19.    punzip.ico   Windows NT application icons (16x16 and 32x32, 16 bits/pixel).
  20.    zipfile.ic2  Windows CE zip icons (16x16 and 32x32, both 2 bits/pixel).
  21.    zipfile.ico  Windows NT zip file icons (16x16 and 32x32, 16 bits/pixel).
  22.    imglist.2bp  Windows CE image list bitmap (2 bits/pixel).
  23.    imglist.bmp  Windows NT image list bitmap (16 bits/pixel including mask).
  24.    ilmask.bmp   Windows CE image list mask bitmap (1 bit/pixel).
  25.    toolbar.2bp  Windows CE toolbar bitmap (2 bits/pixel).
  26.    toolbar.bmp  Windows NT toolbar bitmap (16 bits/pixel).
  27.    inc\         Contains dummy headers that are called by Info-ZIP code.
  28.    vc5\
  29.      punzip.dsp   Visual C++ 5.0 project for WinCE (SH3 and MIPS) and WinNT.
  30.    vc6\
  31.      punzip.dsp   Visual C++ 6.0 project for WinCE (SH3 and MIPS) and WinNT.
  32.    vcEMbed3\
  33.      punzip.vcp   Visual C++ Embedded Tools 3.0 project for pUnZip (WinCE).
  34.      unzipcmd.vcp Visual C++ Embedded Tools 3.0 project for WinCE cmdline tool.
  35.      unzipwce.vcw Visual C++ Embedded Tools 3.0 workspace for all WinCE tools.
  36.  
  37. Please note that Info-ZIP's source distribution for UnZip contains all text
  38. files in UNIX format (LF line terminators). But the Microsoft tools require
  39. some of the sources and project files to be supplied in MSDOS format (CR-LF
  40. line terminators). You have to apply UnZip's "-a" option (or use some third-
  41. party line termination converter) to get the UnZip sources unpacked in the
  42. correct file format.
  43.