diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-12-19 22:31:02 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-12-19 22:31:02 -0800 |
commit | b745a48f413e114373f0f26e72411ff415f004d4 (patch) | |
tree | ea3db597b4d9caca3740544671dc383fb421d6fb /as400/readme.txt | |
parent | a8bd629c4e51da656be5586ea8112353524107a2 (diff) | |
download | zlib-b745a48f413e114373f0f26e72411ff415f004d4.tar.gz zlib-b745a48f413e114373f0f26e72411ff415f004d4.tar.bz2 zlib-b745a48f413e114373f0f26e72411ff415f004d4.zip |
Update AS400 build files and documentation [Monnerat].
Moves new function definitions in order to preserve shared library
compatibility with previous versions. Also increases buffer size in
RPG binding and updates the documentation.
Diffstat (limited to 'as400/readme.txt')
-rw-r--r-- | as400/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/as400/readme.txt b/as400/readme.txt index c3690d7..7eb5e22 100644 --- a/as400/readme.txt +++ b/as400/readme.txt | |||
@@ -8,7 +8,7 @@ On the AS400: | |||
8 | 8 | ||
9 | _ Create the ZLIB AS400 library: | 9 | _ Create the ZLIB AS400 library: |
10 | 10 | ||
11 | CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library') | 11 | CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library') |
12 | 12 | ||
13 | _ Create a work save file, for example: | 13 | _ Create a work save file, for example: |
14 | 14 | ||
@@ -52,7 +52,7 @@ II) From the original source distribution: | |||
52 | 52 | ||
53 | 1) On the AS400, create the source library: | 53 | 1) On the AS400, create the source library: |
54 | 54 | ||
55 | CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library') | 55 | CRTLIB LIB(ZLIB) TYPE(*PROD) TEXT('ZLIB compression API library') |
56 | 56 | ||
57 | 2) Create the source files: | 57 | 2) Create the source files: |
58 | 58 | ||