mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Added PDCURSES_HOME to "include version" lines to allow building from
other directories; also, formatting.
This commit is contained in:
@@ -4,10 +4,6 @@ SHELL = /bin/sh
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
include version
|
||||
|
||||
PDC_DIR=PDCurses-$(VERDOT)
|
||||
|
||||
srcdir =@srcdir@
|
||||
VPATH =@srcdir@
|
||||
prefix =@prefix@
|
||||
@@ -24,6 +20,10 @@ SHLPRE = @SHLPRE@
|
||||
SHLPST = @SHLPST@
|
||||
SHLFILE = XCurses
|
||||
|
||||
include $(srcdir)/version
|
||||
|
||||
PDC_DIR=PDCurses-$(VERDOT)
|
||||
|
||||
ZIPFILE = pdcurs$(VER).zip
|
||||
TARBALL = $(PDC_DIR).tar.gz
|
||||
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
MODEL =l
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
MODEL = l
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
@@ -18,13 +18,13 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
include ../version
|
||||
include $(PDCURSES_HOME)/version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)/term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)/term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)/pdcurses
|
||||
osdir = $(PDCURSES_HOME)/dos
|
||||
|
||||
@@ -13,20 +13,20 @@
|
||||
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
MODEL =L # one of L, S, M, T, H, C
|
||||
SIZE =LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
MODEL = L # one of L, S, M, T, H, C
|
||||
SIZE = LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
@@ -13,20 +13,20 @@
|
||||
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
MODEL =L # one of L, S, M, T, H, C
|
||||
SIZE =LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
MODEL = L # one of L, S, M, T, H, C
|
||||
SIZE = LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(%PDCURSES_SRCDIR)
|
||||
MODEL =l
|
||||
PDCURSES_HOME = $(%PDCURSES_SRCDIR)
|
||||
MODEL = l
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(%PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(%PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\os2
|
||||
|
||||
@@ -16,18 +16,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
include ../version
|
||||
include $(PDCURSES_HOME)/version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)/term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)/term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)/pdcurses
|
||||
osdir = $(PDCURSES_HOME)/os2
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\os2
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(%PDCURSES_SRCDIR)
|
||||
CCINCDIR =k:\h
|
||||
PDCURSES_HOME = $(%PDCURSES_SRCDIR)
|
||||
CCINCDIR = k:\h
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\win32
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "export PDCURSES_SRCDIR=c:/pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
include ../version
|
||||
include $(PDCURSES_HOME)/version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)/term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)/term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)/pdcurses
|
||||
osdir = $(PDCURSES_HOME)/win32
|
||||
|
||||
@@ -12,49 +12,49 @@
|
||||
# Edit the line below for your environment.
|
||||
#
|
||||
###############################################################################
|
||||
PDCURSES_HOME =\pdcurses
|
||||
PDCURSES_HOME = \pdcurses
|
||||
###############################################################################
|
||||
# Nothing below here should require changing.
|
||||
###############################################################################
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\win32
|
||||
pandir = $(PDCURSES_HOME)\panel
|
||||
demodir = $(PDCURSES_HOME)\demos
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\win32
|
||||
pandir = $(PDCURSES_HOME)\panel
|
||||
demodir = $(PDCURSES_HOME)\demos
|
||||
|
||||
CC = lcc
|
||||
CC = lcc
|
||||
|
||||
#CFLAGS = -c -g3 -A -ansic -D__LCC__
|
||||
CFLAGS = -c -O -A -ansic -D__LCC__
|
||||
LDFLAGS =
|
||||
#CFLAGS = -c -g3 -A -ansic -D__LCC__
|
||||
CFLAGS = -c -O -A -ansic -D__LCC__
|
||||
LDFLAGS =
|
||||
|
||||
CPPFLAGS = -I$(PDCURSES_HOME)
|
||||
CPPFLAGS = -I$(PDCURSES_HOME)
|
||||
|
||||
CCFLAGS = $(CFLAGS) $(CPPFLAGS)
|
||||
DLL_CCFLAGS = $(CFLAGS) $(CPPFLAGS) -DPDC_DLL_BUILD #-DPDC_THREAD_BUILD
|
||||
CCFLAGS = $(CFLAGS) $(CPPFLAGS)
|
||||
DLL_CCFLAGS = $(CFLAGS) $(CPPFLAGS) -DPDC_DLL_BUILD #-DPDC_THREAD_BUILD
|
||||
|
||||
LINK = lcclnk
|
||||
LINK = lcclnk
|
||||
|
||||
DEFFILE = $(osdir)\curses_lcc.def
|
||||
SHL_LD = lcclnk $(LDFLAGS) -DLL $(DEFFILE)
|
||||
DEFFILE = $(osdir)\curses_lcc.def
|
||||
SHL_LD = lcclnk $(LDFLAGS) -DLL $(DEFFILE)
|
||||
|
||||
LIBEXE = lcclib
|
||||
LIBFLAGS =
|
||||
LIBEXE = lcclib
|
||||
LIBFLAGS =
|
||||
|
||||
LIBCURSES = pdcurses.lib
|
||||
DLLCURSES = curses.lib
|
||||
CURSESDLL = curses.dll
|
||||
LIBPANEL = panel.lib
|
||||
LIBCURSES = pdcurses.lib
|
||||
DLLCURSES = curses.lib
|
||||
CURSESDLL = curses.dll
|
||||
LIBPANEL = panel.lib
|
||||
|
||||
PDCLIBS = $(LIBCURSES) $(LIBPANEL) #$(CURSESDLL)
|
||||
DEMOS = testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe ptest.exe
|
||||
DLL_DEMOS = testcurs_dll.exe newdemo_dll.exe xmas_dll.exe tuidemo_dll.exe firework_dll.exe
|
||||
PDCLIBS = $(LIBCURSES) $(LIBPANEL) #$(CURSESDLL)
|
||||
DEMOS = testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe ptest.exe
|
||||
DLL_DEMOS = testcurs_dll.exe newdemo_dll.exe xmas_dll.exe tuidemo_dll.exe firework_dll.exe
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
include ../version
|
||||
include $(PDCURSES_HOME)/version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)/term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)/curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)/curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)/panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)/term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)/pdcurses
|
||||
osdir = $(PDCURSES_HOME)/win32
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\win32
|
||||
|
||||
@@ -13,18 +13,18 @@
|
||||
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
|
||||
#
|
||||
################################################################################
|
||||
PDCURSES_HOME =$(%PDCURSES_SRCDIR)
|
||||
PDCURSES_HOME = $(%PDCURSES_SRCDIR)
|
||||
################################################################################
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include ..\version
|
||||
!include $(PDCURSES_HOME)\version
|
||||
|
||||
PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER =$(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER =$(PDCURSES_HOME)\term.h
|
||||
PDCURSES_CURSES_H = $(PDCURSES_HOME)\curses.h
|
||||
PDCURSES_CURSPRIV_H = $(PDCURSES_HOME)\curspriv.h
|
||||
PDCURSES_HEADERS = $(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
|
||||
PANEL_HEADER = $(PDCURSES_HOME)\panel.h
|
||||
TERM_HEADER = $(PDCURSES_HOME)\term.h
|
||||
|
||||
srcdir = $(PDCURSES_HOME)\pdcurses
|
||||
osdir = $(PDCURSES_HOME)\win32
|
||||
|
||||
Reference in New Issue
Block a user