]> granicus.if.org Git - nethack/commitdiff
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>
Mon, 14 Dec 2020 04:31:01 +0000 (20:31 -0800)
sys/winnt/Makefile.gcc

index 21ae0aa535e57b32e3fa03f1f0c896b42bccf63c..f7c2550e73e746a3e2c714614603976fb07181ae 100644 (file)
@@ -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.