Comments.

This commit is contained in:
William McBrine
2006-08-03 18:15:12 +00:00
parent 0226d0b9a7
commit b5371e4bef
2 changed files with 4 additions and 2 deletions

View File

@@ -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
View File

@@ -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
#------------------------------------------------------------------------