From 1b0719a8cc072bfae01ad42ac85ec67a60b844e9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 15 Dec 2018 21:52:00 -0500 Subject: [PATCH] Makefile.msc update Tell people where to find the latest PDCurses git repository --- sys/winnt/Makefile.msc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 21817c661..e88aa7781 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. @@ -287,9 +287,10 @@ ALLOBJ = $(SOBJ) $(DLBOBJ) $(WOBJ) $(OBJS) $(VVOBJ) OPTIONS_FILE = $(DAT)\options !IF "$(ADD_CURSES)" == "Y" -#========================================== +#===============-================================================= # PDCurses build macros -#========================================== +# Latest PDCurses from https://github.com/wmcbrine/PDCurses.git +#================================================================= PDCURSES_CURSES_H = $(PDCURSES_TOP)\curses.h PDCURSES_CURSPRIV_H = $(PDCURSES_TOP)\curspriv.h -- 2.40.0