diff --git a/dos/bccdos.mak b/dos/bccdos.mak index 8129686a..9cf4cfbb 100644 --- a/dos/bccdos.mak +++ b/dos/bccdos.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, and/or edit the +# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/dos/gccdos.mak b/dos/gccdos.mak index 7f429985..16284f87 100644 --- a/dos/gccdos.mak +++ b/dos/gccdos.mak @@ -1,6 +1,6 @@ ################################################################################ # -# GNU MAKE (3.79.1) Makefile for PDCurses library - DOS DJGPP V2.0 +# GNU MAKE (3.79.1) Makefile for PDCurses library - DOS DJGPP V2.0+ # # Usage: make -f [path\]gccdos.mak [-DDEBUG] [target] # @@ -9,20 +9,22 @@ # ################################################################################ # -# Change these for your environment... -# -# PDCURSES_HOME = .. works in the 'dos' directory except for 'dist' rule -# PDC_HOME is the backslashed version of PDCURSES_HOME, generated automatically +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME = $(PDCURSES_SRCDIR) -PDC_HOME = $(subst /,\,$(PDCURSES_HOME)) ################################################################################ # Nothing below here should require changing. ################################################################################ VER=27 VERDOT=2.7 +# PDC_HOME is the backslashed version of PDCURSES_HOME, generated +# automatically + +PDC_HOME = $(subst /,\,$(PDCURSES_HOME)) + PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H) @@ -369,5 +371,3 @@ dist: $(PDCLIBS) echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ >> file_id.diz zip pdc$(VER)djg *.* cd .. - - diff --git a/dos/mscdos.mak b/dos/mscdos.mak index 04952662..f5a3c0d0 100644 --- a/dos/mscdos.mak +++ b/dos/mscdos.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, and/or edit the +# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/dos/msvcdos.mak b/dos/msvcdos.mak index 324a3fcb..49385ca9 100644 --- a/dos/msvcdos.mak +++ b/dos/msvcdos.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, and/or edit the +# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/dos/wccdos16.mak b/dos/wccdos16.mak index f2a8615f..650d8287 100644 --- a/dos/wccdos16.mak +++ b/dos/wccdos16.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, and/or edit the +# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(%PDCURSES_SRCDIR) diff --git a/dos/wccdos4g.mak b/dos/wccdos4g.mak index 3828c4b7..763820b7 100644 --- a/dos/wccdos4g.mak +++ b/dos/wccdos4g.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(%PDCURSES_SRCDIR) diff --git a/os2/bccos2.mak b/os2/bccos2.mak index f6f082ab..d7180138 100644 --- a/os2/bccos2.mak +++ b/os2/bccos2.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/os2/gccos2.mak b/os2/gccos2.mak index e9043ede..cff76889 100644 --- a/os2/gccos2.mak +++ b/os2/gccos2.mak @@ -12,7 +12,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/os2/iccos2.mak b/os2/iccos2.mak index c45d3b38..b3b10d7d 100644 --- a/os2/iccos2.mak +++ b/os2/iccos2.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/os2/owos2.mak b/os2/owos2.mak index 03bdda52..35ec343d 100644 --- a/os2/owos2.mak +++ b/os2/owos2.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, and/or edit the +# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(%PDCURSES_SRCDIR) diff --git a/os2/wccos2.mak b/os2/wccos2.mak index 5d44a76f..21f2f4d6 100644 --- a/os2/wccos2.mak +++ b/os2/wccos2.mak @@ -1,6 +1,6 @@ ################################################################################ # -# Watcom WMAKE Makefile for PDCurses library - OS/2 Watcom C/C++ 10.6 +# Watcom WMAKE Makefile for PDCurses library - OS/2 Watcom C/C++ 10.6+ # # Usage: wmake -f [path\]wccos2.mak [DEBUG=Y] [target] # @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, and/or edit the +# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(%PDCURSES_SRCDIR) diff --git a/win32/bccwin32.mak b/win32/bccwin32.mak index 7d8998fd..6835314e 100644 --- a/win32/bccwin32.mak +++ b/win32/bccwin32.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/win32/gccwin32.mak b/win32/gccwin32.mak index cb035574..11229b82 100644 --- a/win32/gccwin32.mak +++ b/win32/gccwin32.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "export PDCURSES_SRCDIR=c:/pdcurses". # ################################################################################ PDCURSES_HOME = $(PDCURSES_SRCDIR) diff --git a/win32/lccwin32.mak b/win32/lccwin32.mak index 48f0471b..00ae1abe 100644 --- a/win32/lccwin32.mak +++ b/win32/lccwin32.mak @@ -9,7 +9,7 @@ # ############################################################################### # -# Change these for your environment... +# Edit the line below for your environment. # ############################################################################### PDCURSES_HOME =\pdcurses diff --git a/win32/mingwin32.mak b/win32/mingwin32.mak index 0877d755..28a3fcd8 100644 --- a/win32/mingwin32.mak +++ b/win32/mingwin32.mak @@ -9,7 +9,8 @@ # ################################################################################ # -# Change these for your environment... +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/win32/vcwin32.mak b/win32/vcwin32.mak index ed45cfc9..b0242f2e 100644 --- a/win32/vcwin32.mak +++ b/win32/vcwin32.mak @@ -9,8 +9,8 @@ # ################################################################################ # -# This makefile requires the following environment variables with values like: -# PDCURSES_SRCDIR=c:\pdcurses +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(PDCURSES_SRCDIR) diff --git a/win32/wccwin32.mak b/win32/wccwin32.mak index 9ec1e96e..7b0d0a97 100644 --- a/win32/wccwin32.mak +++ b/win32/wccwin32.mak @@ -1,6 +1,6 @@ ################################################################################ # -# Watcom WMAKE Makefile for PDCurses library - Win32 Watcom C/C++ 10.6 +# Watcom WMAKE Makefile for PDCurses library - Win32 Watcom C/C++ 10.6+ # # Usage: wmake -f [win32\]wccwin32.mak [DEBUG=Y] [target] # @@ -9,8 +9,8 @@ # ################################################################################ # -# This makefile requires the following environment variables with values like: -# PDCURSES_SRCDIR=c:\pdcurses +# First, set the environment variable PDCURSES_SRCDIR, or edit the line +# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses". # ################################################################################ PDCURSES_HOME =$(%PDCURSES_SRCDIR)