]> granicus.if.org Git - nethack/commitdiff
Revert "Switch mingw build to use submodules in default path."
authorBart House <bart@barthouse.com>
Mon, 14 Dec 2020 04:31:01 +0000 (20:31 -0800)
committerBart House <bart@barthouse.com>
Tue, 15 Dec 2020 09:57:18 +0000 (01:57 -0800)
This reverts commit e5fb08ae4e2a3f38b831cadd108ebd78248a44db.

sys/winnt/Makefile.gcc

index 76111e896200a135ff06fa1d01502fe6e64214bd..19df3a0796d6200f350735ca99859e862c228f0a 100644 (file)
@@ -100,7 +100,7 @@ TARGET_CPU=x86
 #    your machine.
 #
 # ADD_CURSES=Y
-# PDCURSES_TOP=../submodules/pdcurses
+# PDCURSES_TOP=../lib/pdcurses
 
 #4b Qt
 #
@@ -143,7 +143,7 @@ endif
 #    successfully build NetHack-3.7.
 #
 ADD_LUA=Y
-LUATOP=../submdules/lua
+LUATOP=../lib/lua-$(LUAVER)
 #
 #==============================================================================
 # This marks the end of the BUILD DECISIONS section.