mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Add PDC_STATIC_BUILD to work with OpenWatcom (and probably Watcom 10/11)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user