aboutsummaryrefslogtreecommitdiff
path: root/as400/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-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