]> granicus.if.org Git - nethack/commitdiff
make curses commented out by default (again)
authornhmall <nhmall@nethack.org>
Sat, 1 Dec 2018 16:31:08 +0000 (11:31 -0500)
committernhmall <nhmall@nethack.org>
Sat, 1 Dec 2018 16:31:08 +0000 (11:31 -0500)
sys/winnt/Makefile.msc

index 6763be545d74e182bbe763662596674248d53404..3bc5202827d271188da711db39c4e76a38c02cc2 100644 (file)
@@ -73,8 +73,8 @@ DEBUGINFO = Y
 #    PDCurses header (.h) files and PDCURSES_C to the location
 #    of your PDCurses C files.
 #
-ADD_CURSES=Y
-PDCURSES_TOP=..\..\pdcurses
+#ADD_CURSES=Y
+#PDCURSES_TOP=..\..\pdcurses
 #
 #==============================================================================
 # This marks the end of the BUILD DECISIONS section.