From: nhmall Date: Sat, 1 Dec 2018 16:31:08 +0000 (-0500) Subject: make curses commented out by default (again) X-Git-Tag: nmake-explicit-path~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37b5e0e479a436089fddb70b07ea95b2afcf5c74;p=nethack make curses commented out by default (again) --- diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 6763be545..3bc520282 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -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.