Contents 2.5 KB

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