mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 08:15:27 +00:00
OS/2 include path was missing from my Open Watcom install... I assume
it's not just me.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user