mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Changed header comments for consistency and, I hope, clarity.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 ..
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#
|
||||
###############################################################################
|
||||
#
|
||||
# Change these for your environment...
|
||||
# Edit the line below for your environment.
|
||||
#
|
||||
###############################################################################
|
||||
PDCURSES_HOME =\pdcurses
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user