Changeset 133 for smplayer/vendor/current/zlib/as400
- Timestamp:
- Oct 24, 2012, 7:56:20 PM (13 years ago)
- Location:
- smplayer/vendor/current/zlib
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/zlib/as400/bndsrc
r121 r133 196 196 197 197 EXPORT SYMBOL("gzgetc_") 198 EXPORT SYMBOL("gzflags")199 198 200 199 /********************************************************************/ -
smplayer/vendor/current/zlib/as400/compile.clp
r121 r133 106 106 &MODLIB/ZUTIL) + 107 107 SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) + 108 TEXT('ZLIB 1.2. 6') TGTRLS(&TGTRLS)108 TEXT('ZLIB 1.2.7') TGTRLS(&TGTRLS) 109 109 110 110 ENDPGM -
smplayer/vendor/current/zlib/as400/readme.txt
r121 r133 1 ZLIB version 1.2. 6for AS400 installation instructions1 ZLIB version 1.2.7 for AS400 installation instructions 2 2 3 3 I) From an AS400 *SAVF file: -
smplayer/vendor/current/zlib/as400/zlib.inc
r121 r133 2 2 * 3 3 * ILE RPG400 version by Patrick Monnerat, DATASPHERE. 4 * Version 1.2. 64 * Version 1.2.7 5 5 * 6 6 * … … 23 23 * Versioning information. 24 24 * 25 D ZLIB_VERSION C '1.2. 6'26 D ZLIB_VERNUM C X'12 60'25 D ZLIB_VERSION C '1.2.7' 26 D ZLIB_VERNUM C X'1270' 27 27 D ZLIB_VER_MAJOR C 1 28 28 D ZLIB_VER_MINOR C 2 29 29 D ZLIB_VER_REVISION... 30 D C 630 D C 7 31 31 D ZLIB_VER_SUBREVISION... 32 32 D C 0 … … 443 443 D strm like(z_stream) Expansion stream 444 444 * 445 D gzflags PR 10U 0 extproc('gzflags')446 *447 445 /endif
Note:
See TracChangeset
for help on using the changeset viewer.