diff options
Diffstat (limited to '')
-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 | ||