mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user