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
|
||||
[.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
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user