mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 08:15:27 +00:00
Use PDCLIBS rather than LIBRARIES; typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user