another Lua version bump follow-up
This commit is contained in:
@@ -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
|
[.dat] -- data files
|
||||||
[.doc] -- documentation files
|
[.doc] -- documentation files
|
||||||
[.include] -- C header 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
|
[.src] -- primary source files
|
||||||
[.sys] -- parent for [.sys.*]
|
[.sys] -- parent for [.sys.*]
|
||||||
[.sys.share] -- files shared by several ports, including VMS
|
[.sys.share] -- files shared by several ports, including VMS
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ WINSHIM=[-.win.shim]
|
|||||||
WINCHAIN=[-.win.chain]
|
WINCHAIN=[-.win.chain]
|
||||||
|
|
||||||
# Lua location relative to src
|
# Lua location relative to src
|
||||||
LUAVER=546
|
LUAVER=548
|
||||||
LUADOTVER=5.4.8
|
LUADOTVER=5.4.8
|
||||||
LUAUNDERVER=5_4_8
|
LUAUNDERVER=5_4_8
|
||||||
LUAINC=[-.lib.lua.lua$(LUAVER).src]
|
LUAINC=[-.lib.lua.lua$(LUAVER).src]
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ WINSHIM=[-.win.shim]
|
|||||||
WINCHAIN=[-.win.chain]
|
WINCHAIN=[-.win.chain]
|
||||||
|
|
||||||
# Lua location relative to src
|
# Lua location relative to src
|
||||||
LUAVER=546
|
LUAVER=548
|
||||||
LUADOTVER=5.4.8
|
LUADOTVER=5.4.8
|
||||||
LUAUNDERVER=5_4_8
|
LUAUNDERVER=5_4_8
|
||||||
LUAINC=[-.lib.lua.lua$(LUAVER).src]
|
LUAINC=[-.lib.lua.lua$(LUAVER).src]
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ WINSHIM=[-.win.shim]
|
|||||||
WINCHAIN=[-.win.chain]
|
WINCHAIN=[-.win.chain]
|
||||||
|
|
||||||
# Lua
|
# Lua
|
||||||
LUAVER=546
|
LUAVER=548
|
||||||
LUADOTVER=5.4.8
|
LUADOTVER=5.4.8
|
||||||
LUAUNDERVER=5_4_8
|
LUAUNDERVER=5_4_8
|
||||||
# Lua location relative to src
|
# Lua location relative to src
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ WINSHIM=[.win.shim]
|
|||||||
WINCHAIN=[.win.chain]
|
WINCHAIN=[.win.chain]
|
||||||
|
|
||||||
# Lua macros
|
# Lua macros
|
||||||
LUAVER=546
|
LUAVER=548
|
||||||
LUADOTVER=5.4.8
|
LUADOTVER=5.4.8
|
||||||
LUAUNDERVER=5_4_8
|
LUAUNDERVER=5_4_8
|
||||||
LUAINC=[.lib.lua.lua$(LUAVER).src]
|
LUAINC=[.lib.lua.lua$(LUAVER).src]
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ WINSHIM=[-.win.shim]
|
|||||||
WINCHAIN=[-.win.chain]
|
WINCHAIN=[-.win.chain]
|
||||||
|
|
||||||
# Lua location relative to here
|
# Lua location relative to here
|
||||||
LUAVER=546
|
LUAVER=548
|
||||||
LUADOTVER=5.4.8
|
LUADOTVER=5.4.8
|
||||||
LUAUNDERVER=5_4_8
|
LUAUNDERVER=5_4_8
|
||||||
LUAINC=[-.lib.lua.lua$(LUAVER).src]
|
LUAINC=[-.lib.lua.lua$(LUAVER).src]
|
||||||
|
|||||||
@@ -453,7 +453,7 @@ $ gosub compile_list
|
|||||||
$ milestone "<linking...>"
|
$ milestone "<linking...>"
|
||||||
$ link /EXECUTABLE=nethack.exe vmsmain.obj,date.obj-
|
$ link /EXECUTABLE=nethack.exe vmsmain.obj,date.obj-
|
||||||
+[-.src]nethack.olb/library -
|
+[-.src]nethack.olb/library -
|
||||||
+sys$disk:[-.lib.lua]lua546.olb/library
|
+sys$disk:[-.lib.lua]lua548.olb/library
|
||||||
$ milestone "NetHack"
|
$ milestone "NetHack"
|
||||||
$ if c_opt.eq.o_LINK then goto done !"LINK" only
|
$ if c_opt.eq.o_LINK then goto done !"LINK" only
|
||||||
$special:
|
$special:
|
||||||
|
|||||||
Reference in New Issue
Block a user