From 42d9961a67d294707fd12b02e1ae0643b025354b Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 12 Nov 2005 20:44:31 +0000 Subject: [PATCH] CCINCDIR is also needed here. Actually, I can't see a difference between this and wccos2.mak; they both work for me, with Open Watcom 1.3. --- os2/owos2.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os2/owos2.mak b/os2/owos2.mak index f80f8687..13784537 100644 --- a/os2/owos2.mak +++ b/os2/owos2.mak @@ -42,7 +42,7 @@ CFLAGS = /oneatx LDFLAGS = !endif -CPPFLAGS = /i=$(PDCURSES_HOME) +CPPFLAGS = /i=$(PDCURSES_HOME) /i=$(CCINCDIR) CCFLAGS = /bt=$(TARGET) /bm /3s /wx /s /zq /mf $(CFLAGS) $(CPPFLAGS)