mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Again, CC_HOME was not really used, and PDCURSES_SRCDIR will probably
work.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user