summaryrefslogtreecommitdiff
path: root/as400/readme.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-12-19 22:31:02 -0800
committerMark Adler <madler@alumni.caltech.edu>2011-12-19 22:31:02 -0800
commitb745a48f413e114373f0f26e72411ff415f004d4 (patch)
treeea3db597b4d9caca3740544671dc383fb421d6fb /as400/readme.txt
parenta8bd629c4e51da656be5586ea8112353524107a2 (diff)
downloadzlib-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.txt4
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
531) On the AS400, create the source library: 531) 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
572) Create the source files: 572) Create the source files:
58 58