Contents 1.2 KB

1234567891011121314151617181920212223
  1. Contents of the "os2" subdirectory for UnZip 5.3 and later:
  2. Contents this file
  3. makefile.os2 makefile for almost every compiler available under OS/2
  4. os2.c OS/2-specific support routines
  5. os2data.h OS/2-specific data declarations
  6. os2cfg.h OS/2-specific configuration, included in unzpriv.h
  7. os2acl.c OS/2-specific routines for access-control-list support
  8. os2acl.h OS/2-specific header file for access-control-list support
  9. rexxapi.c interface to integrate UnZip DLL in REXX API
  10. rexxapi.def OS/2 linker definition file for REXX API DLL
  11. rexxhelp.c help function for UnZip's REXX API DLL
  12. rexxtest.cmd REXX script for testing UnZip's REXX API DLL
  13. stub.def OS/2 linker definition file (generic UnZip DLL API)
  14. unzip.def OS/2 linker definition file
  15. zip2exe.cmd REXX script for creating self-extracting archives
  16. zipgrep.cmd really cool REXX script to search for strings in a zipfile
  17. zgrepapi.cmd new version of zipgrep.cmd; takes advantage of REXX API DLL
  18. There is no support for the ancient Zortech and GCC/2 (Michael Johnson/Colin
  19. Jensen) compilers. The free emx+gcc is supported, as are roughly half a dozen
  20. commercial compilers.