OS/2 include path was missing from my Open Watcom install... I assume

it's not just me.
This commit is contained in:
William McBrine
2018-01-05 00:10:24 -05:00
parent e1dc67e4e4
commit 9ab5376cf9

View File

@@ -18,7 +18,7 @@ osdir = $(PDCURSES_SRCDIR)/os2
CC = wcc386
TARGET = os2v2
CFLAGS = -bt=$(TARGET) -wx -s -zq -i=$(PDCURSES_SRCDIR)
CFLAGS = -bt=$(TARGET) -wx -s -zq -i=$(PDCURSES_SRCDIR) -i=c:\watcom\h\os2
!ifeq DEBUG Y
CFLAGS += -d2 -DPDCDEBUG