Use PDCLIBS rather than LIBRARIES; typo.

This commit is contained in:
William McBrine
2006-08-06 18:00:11 +00:00
parent b2cddc0c15
commit 62ad6931aa
2 changed files with 5 additions and 5 deletions

View File

@@ -52,10 +52,10 @@ LIBEXE = lib
LIBCURSES = pdcurses.lib
LIBPANEL = panel.lib
LIBRARIES = $(LIBCURSES) $(LIBPANEL)
PDCLIBS = $(LIBCURSES) $(LIBPANEL)
################################################################################
all: $(LIBRARIES) $(DEMOS)
all: $(PDCLIBS) $(DEMOS)
clean:
-del *.obj

View File

@@ -20,7 +20,7 @@ SIZE = LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
# Nothing below here should require changing.
################################################################################
O = objs
O = obj
!include $(PDCURSES_HOME)\version.mif
!include $(PDCURSES_HOME)\libobjs.mif
@@ -52,10 +52,10 @@ LIBEXE = lib
LIBCURSES = pdcurses.lib
LIBPANEL = panel.lib
LIBRARIES = $(LIBCURSES) $(LIBPANEL)
PDCLIBS = $(LIBCURSES) $(LIBPANEL)
################################################################################
all: $(LIBRARIES) $(DEMOS)
all: $(PDCLIBS) $(DEMOS)
clean:
-del *.obj