another Lua version bump follow-up

This commit is contained in:
nhmall
2026-01-25 10:34:27 -05:00
parent e1a3180535
commit 62f3969899
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ Last tested with VSI C x86-64 V7.5-009 (GEM 50XBR) on OpenVMS x86_64 V9.2-2.
[.dat] -- data files
[.doc] -- documentation files
[.include] -- C header files
[.lib.lua546] -- Lua distribution from https://www.lua.org/
[.lib.lua548] -- Lua distribution from https://www.lua.org/
[.src] -- primary source files
[.sys] -- parent for [.sys.*]
[.sys.share] -- files shared by several ports, including VMS

View File

@@ -24,7 +24,7 @@ WINSHIM=[-.win.shim]
WINCHAIN=[-.win.chain]
# Lua location relative to src
LUAVER=546
LUAVER=548
LUADOTVER=5.4.8
LUAUNDERVER=5_4_8
LUAINC=[-.lib.lua.lua$(LUAVER).src]

View File

@@ -25,7 +25,7 @@ WINSHIM=[-.win.shim]
WINCHAIN=[-.win.chain]
# Lua location relative to src
LUAVER=546
LUAVER=548
LUADOTVER=5.4.8
LUAUNDERVER=5_4_8
LUAINC=[-.lib.lua.lua$(LUAVER).src]

View File

@@ -35,7 +35,7 @@ WINSHIM=[-.win.shim]
WINCHAIN=[-.win.chain]
# Lua
LUAVER=546
LUAVER=548
LUADOTVER=5.4.8
LUAUNDERVER=5_4_8
# Lua location relative to src

View File

@@ -54,7 +54,7 @@ WINSHIM=[.win.shim]
WINCHAIN=[.win.chain]
# Lua macros
LUAVER=546
LUAVER=548
LUADOTVER=5.4.8
LUAUNDERVER=5_4_8
LUAINC=[.lib.lua.lua$(LUAVER).src]

View File

@@ -30,7 +30,7 @@ WINSHIM=[-.win.shim]
WINCHAIN=[-.win.chain]
# Lua location relative to here
LUAVER=546
LUAVER=548
LUADOTVER=5.4.8
LUAUNDERVER=5_4_8
LUAINC=[-.lib.lua.lua$(LUAVER).src]

View File

@@ -453,7 +453,7 @@ $ gosub compile_list
$ milestone "<linking...>"
$ link /EXECUTABLE=nethack.exe vmsmain.obj,date.obj-
+[-.src]nethack.olb/library -
+sys$disk:[-.lib.lua]lua546.olb/library
+sys$disk:[-.lib.lua]lua548.olb/library
$ milestone "NetHack"
$ if c_opt.eq.o_LINK then goto done !"LINK" only
$special: