No PDCurses right out-of-the-box; requires an edit

This commit is contained in:
nhmall
2019-06-30 01:10:32 -04:00
parent 51f2d610e2
commit bef9799eb5

View File

@@ -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.