mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Comments.
This commit is contained in:
2
libobjs
2
libobjs
@@ -1,3 +1,5 @@
|
||||
# Common elements for most of the makefiles (not Watcom or LCC)
|
||||
|
||||
LIBOBJS = addch.$(O) addchstr.$(O) addstr.$(O) attr.$(O) beep.$(O) \
|
||||
bkgd.$(O) border.$(O) clear.$(O) color.$(O) delch.$(O) deleteln.$(O) \
|
||||
getch.$(O) getstr.$(O) getyx.$(O) inch.$(O) inchstr.$(O) initscr.$(O) \
|
||||
|
||||
4
wccinc
4
wccinc
@@ -1,3 +1,5 @@
|
||||
# Common elements for the Watcom makefiles
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
pandir = $(PDCURSES_HOME)\panel
|
||||
demodir = $(PDCURSES_HOME)\demos
|
||||
@@ -23,8 +25,6 @@ LIBPANEL = panel.lib
|
||||
|
||||
PDCLIBS = $(LIBCURSES) $(LIBPANEL)
|
||||
|
||||
CPPFLAGS = /i=$(PDCURSES_HOME)
|
||||
|
||||
LINK = wlink
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user