]> granicus.if.org Git - nethack/commitdiff
Makefile.msc update
authornhmall <nhmall@nethack.org>
Sun, 16 Dec 2018 02:52:00 +0000 (21:52 -0500)
committernhmall <nhmall@nethack.org>
Sun, 16 Dec 2018 02:52:00 +0000 (21:52 -0500)
Tell people where to find the latest PDCurses git
repository

sys/winnt/Makefile.msc

index 21817c6611aac4a14325be2f4ebe27b601003643..e88aa7781d382895a57ea4f1006a4db005bf3f1a 100644 (file)
@@ -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