From: Bart House Date: Mon, 14 Dec 2020 04:31:01 +0000 (-0800) Subject: Switch mingw build to use submodules in default path. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5fb08ae4e2a3f38b831cadd108ebd78248a44db;p=nethack Switch mingw build to use submodules in default path. --- diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index 21ae0aa53..f7c2550e7 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -100,7 +100,7 @@ TARGET_CPU=x86 # your machine. # # ADD_CURSES=Y -# PDCURSES_TOP=../lib/pdcurses +# PDCURSES_TOP=../submodules/pdcurses #4b Qt # @@ -143,7 +143,7 @@ endif # successfully build NetHack-3.7. # ADD_LUA=Y -LUATOP=../lib/lua-$(LUAVER) +LUATOP=../submdules/lua # #============================================================================== # This marks the end of the BUILD DECISIONS section.