From c52fc366a09a27d9bfff57d7d143b339a9e9b362 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 29 Nov 2018 00:15:34 -0500 Subject: [PATCH] not everyone has PDCurses so re-comment it in the official sources --- 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 5958a933f..f42c431cd 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -74,8 +74,8 @@ DEBUGINFO = Y # of your PDCurses C files which must already be resident on # your machine. # -ADD_CURSES=Y -PDCURSES_TOP=..\..\pdcurses +#ADD_CURSES=Y +#PDCURSES_TOP=..\..\pdcurses # #============================================================================== # This marks the end of the BUILD DECISIONS section.