From: nhmall Date: Mon, 7 Mar 2022 12:35:35 +0000 (-0500) Subject: Windows nmake build fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cceef37c8bcb455378f2a9c5f1a2fd5399c7c425;p=nethack Windows nmake build fix --- diff --git a/sys/windows/Makefile.msc b/sys/windows/Makefile.msc index 55c8ac5ca..3a2664936 100644 --- a/sys/windows/Makefile.msc +++ b/sys/windows/Makefile.msc @@ -314,7 +314,7 @@ LUAVER=5.4.4 LUALIB = $(O)lua$(LUAVER)-static.lib LUADLL = $(O)lua$(LUAVER).dll LUAINCL = /I$(LUASRC) -LUATARGETS = lua.exe luac.exe $(LUADLL) $(LUALIB) +LUATARGETS = lua.exe $(LUADLL) $(LUALIB) LUASRCFILES = lapi.c lauxlib.c lbaselib.c lcode.c \ lcorolib.c lctype.c ldblib.c ldebug.c ldo.c \