Add PDC_STATIC_BUILD to work with OpenWatcom (and probably Watcom 10/11)

This commit is contained in:
Mark Hessling
2003-12-26 09:26:32 +00:00
parent 22283b5a17
commit 9b58e60b0e

View File

@@ -43,7 +43,7 @@ CFLAGS = /oneatx
LDFLAGS =
!endif
CPPFLAGS = /i=$(PDCURSES_HOME) /i=$(CCINCDIR)
CPPFLAGS = /i=$(PDCURSES_HOME) /i=$(CCINCDIR) /DPDC_STATIC_BUILD
CCFLAGS = /ei /zq /mf $(CFLAGS) $(CPPFLAGS)