From bef9799eb5108399201acd8fadc3aa58a188bcfa Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 30 Jun 2019 01:10:32 -0400 Subject: [PATCH] No PDCurses right out-of-the-box; requires an edit --- sys/winnt/Makefile.msc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index ab2604392..492153d1b 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -72,8 +72,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.