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.
This commit is contained in:
William McBrine
2005-11-12 20:44:31 +00:00
parent d282820887
commit 42d9961a67

View File

@@ -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)