Makefile.msc update
Tell people where to find the latest PDCurses git repository
This commit is contained in:
@@ -73,8 +73,8 @@ DEBUGINFO = Y
|
|||||||
# PDCurses header (.h) files and PDCURSES_C to the location
|
# PDCurses header (.h) files and PDCURSES_C to the location
|
||||||
# of your PDCurses C files.
|
# of your PDCurses C files.
|
||||||
#
|
#
|
||||||
#ADD_CURSES=Y
|
ADD_CURSES=Y
|
||||||
#PDCURSES_TOP=..\..\pdcurses
|
PDCURSES_TOP=..\..\pdcurses
|
||||||
#
|
#
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
# This marks the end of the BUILD DECISIONS section.
|
# This marks the end of the BUILD DECISIONS section.
|
||||||
@@ -287,9 +287,10 @@ ALLOBJ = $(SOBJ) $(DLBOBJ) $(WOBJ) $(OBJS) $(VVOBJ)
|
|||||||
OPTIONS_FILE = $(DAT)\options
|
OPTIONS_FILE = $(DAT)\options
|
||||||
|
|
||||||
!IF "$(ADD_CURSES)" == "Y"
|
!IF "$(ADD_CURSES)" == "Y"
|
||||||
#==========================================
|
#===============-=================================================
|
||||||
# PDCurses build macros
|
# PDCurses build macros
|
||||||
#==========================================
|
# Latest PDCurses from https://github.com/wmcbrine/PDCurses.git
|
||||||
|
#=================================================================
|
||||||
|
|
||||||
PDCURSES_CURSES_H = $(PDCURSES_TOP)\curses.h
|
PDCURSES_CURSES_H = $(PDCURSES_TOP)\curses.h
|
||||||
PDCURSES_CURSPRIV_H = $(PDCURSES_TOP)\curspriv.h
|
PDCURSES_CURSPRIV_H = $(PDCURSES_TOP)\curspriv.h
|
||||||
|
|||||||
Reference in New Issue
Block a user