Commit a2e02d4 for zlib
commit a2e02d496572488c27b20327333e70a5960ceeb6
Author: Chi-Iroh <69324626+Chi-Iroh@users.noreply.github.com>
Date: Tue Oct 21 15:04:43 2025 +0200
Renamed OS/400 header with .rpgle extension.
diff --git a/os400/make.sh b/os400/make.sh
index 6fa5258..9cdea41 100644
--- a/os400/make.sh
+++ b/os400/make.sh
@@ -237,8 +237,8 @@ done
# Install the ILE/RPG header file.
-HFILE="${SCRIPTDIR}/zlib.inc"
-MBR="ZLIB.INC"
+HFILE="${SCRIPTDIR}/zlibfixed.rpgle"
+MBR="ZLIBFIXED"
DEST="${SRCPF}/${MBR}.MBR"
if action_needed "${DEST}" "${HFILE}"
diff --git a/os400/zlib.inc b/os400/zlibfixed.rpgle
similarity index 100%
rename from os400/zlib.inc
rename to os400/zlibfixed.rpgle