CCINCDIR not needed here.

This commit is contained in:
William McBrine
2005-11-29 17:55:11 +00:00
parent a719e38df8
commit a0e719e872
3 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
################################################################################
#
# Watcom WMAKE Makefile for PDCurses library - DOS (16 bit) Watcom C/C++ 10.6
# Watcom WMAKE Makefile for PDCurses library - DOS (16 bit) Watcom C/C++ 10.6+
#
# Usage: wmake -f [path\]wccdos16.mak [DEBUG=Y] [target]
#
@@ -13,7 +13,6 @@
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)
CCINCDIR =k:\h
MODEL =l
################################################################################
# Nothing below here should require changing.
@@ -43,7 +42,7 @@ CFLAGS = /oneatx
LDFLAGS =
!endif
CPPFLAGS = /i=$(PDCURSES_HOME) /i=$(CCINCDIR)
CPPFLAGS = /i=$(PDCURSES_HOME)
CCFLAGS = /bt=$(TARGET) /zq /m$(MODEL) $(CFLAGS) $(CPPFLAGS)

View File

@@ -1,6 +1,6 @@
################################################################################
#
# Watcom WMAKE Makefile for PDCurses library - DOS/4GW Watcom C/C++ 10.6
# Watcom WMAKE Makefile for PDCurses library - DOS/4GW Watcom C/C++ 10.6+
#
# Usage: wmake -f [path\]wccdos4g.mak [-DDEBUG] [target]
#
@@ -13,7 +13,6 @@
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)
CCINCDIR =k:\h
################################################################################
# Nothing below here should require changing.
################################################################################
@@ -42,7 +41,7 @@ CFLAGS = /oneatx
LDFLAGS =
!endif
CPPFLAGS = /i=$(PDCURSES_HOME) /i=$(CCINCDIR)
CPPFLAGS = /i=$(PDCURSES_HOME)
CCFLAGS = /bt=$(TARGET) /zq /mf $(CFLAGS) $(CPPFLAGS)

View File

@@ -14,7 +14,6 @@
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)
CCINCDIR =d:\h
################################################################################
# Nothing below here should require changing.
################################################################################
@@ -43,7 +42,7 @@ CFLAGS = /oneatx /wcd=302
LDFLAGS =
!endif
CPPFLAGS = /i=$(PDCURSES_HOME) /i=$(CCINCDIR) /DPDC_STATIC_BUILD
CPPFLAGS = /i=$(PDCURSES_HOME) /DPDC_STATIC_BUILD
CCFLAGS = /ei /zq /mf /wx $(CFLAGS) $(CPPFLAGS)