diff --git a/libobjs b/libobjs index 4d1d7d43..6c010a3b 100644 --- a/libobjs +++ b/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) \ diff --git a/wccinc b/wccinc index 9a3dd8f9..a1cd4258 100644 --- a/wccinc +++ b/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 #------------------------------------------------------------------------