Subversion Repositories Kolibri OS

Rev

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

  1. Contents of the "vms" sub-archive for UnZip 6.00 and later:
  2.  
  3.   Contents            this file
  4.   INSTALL.VMS         VMS-specific build and install instructions
  5.   NOTES.TXT           description of new features in VMS Zip 3.0 and UnZip 6.0
  6.   README              general VMS info about using UnZip and zipfiles
  7.   UNZIP_MSG.MSG       messages source for VMS built-in error message facility
  8.   unzip_def.rnh       UnZip default help page, RUNOFF format
  9.   unzip_cli.help      UnZip VMSCLI help page, TPU format
  10.   unzipsfx.hlp        UnZipSFX pre-formatted help page
  11.   cvthelp.tpu         TPU macro file to convert .help file to RUNOFF format
  12.   cmdline.c           VMS-style command-line-interface code (if VMSCLI defined)
  13.   unz_cli.cld         more VMS-command-line stuff (if VMSCLI defined)
  14.   vms.c               VMS file manipulation code
  15.   vms.h               VMS header file for UnZip
  16.   vmscfg.h            VMS-specific configuration settings
  17.   vmsdefs.h           VMS system declarations (missing C compiler support)
  18.   build_unzip.com     command file to build or (re-)link UnZip
  19.   descrip.mms         MMK/MMS makefile for UnZip/ZipInfo and UnZipSFX
  20.   descrip_deps.mms    MMK/MMS include file providing source dependencies
  21.   descrip_mkdeps.mms  MMK/MMS makefile for regenerating descrip_deps.mms
  22.   descrip_src.mms     MMK/MMS include file, provides environment setup
  23.   collect_deps.com    command file used in source dependencies creation
  24.   mod_deps.com        command file used in source dependencies creation
  25.   unzip.opt           options file used for linking unzip
  26.   unzipsfx.opt        options file used for linking unzipsfx
  27.   makesfx.com         command file to create self-extracting archives
  28.   unixio_gcc.h        unixio.h system header replacement for gcc
  29.   unixlib_gcc.h       unixlib.h system header replacement for gcc
  30.   bzlib.h             VMS wrapper header file for the bzip2 library definitions
  31.   find_bzip2_lib.com  command procedure to set up environment for bzip2 support
  32.   infback9.h          VMS wrapper header file for zlib inflate64 definitions
  33.   zlib.h              VMS wrapper header file for zlib library definitions
  34.  
  35. MAKE/VMS is no longer supported since MMK (MMS clone by Matt Madison/MadGoat
  36. Enterprises, compatible with descrip.mms) is both free and becoming quite
  37. popular.  MMK is available by anonymous ftp from ftp.spc.edu/ftp.wku.edu and
  38. by mailserver at lists.wku.edu.  Check VMS newsgroups for announcements and
  39. exact location.
  40.  
  41. Detailed compilation and installation instructions can be found in the
  42. INSTALL.VMS file in this directory.
  43.