Again, CC_HOME was not really used, and PDCURSES_SRCDIR will probably

work.
This commit is contained in:
William McBrine
2005-12-17 17:42:01 +00:00
parent 60a27ab644
commit 2985069ca7

View File

@@ -12,8 +12,7 @@
# Change these for your environment...
#
################################################################################
PDCURSES_HOME =c:\curses
CC_HOME =l:\msvc
PDCURSES_HOME =$(PDCURSES_SRCDIR)
MODEL =L # one of L, S, M, T, H, C
SIZE =LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
################################################################################
@@ -27,8 +26,6 @@ PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
CCLIBDIR =$(ICC_HOME)\lib
srcdir = $(PDCURSES_HOME)\pdcurses
osdir = $(PDCURSES_HOME)\dos
pandir = $(PDCURSES_HOME)\panel