mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Suppress Borland warning about GetVersion(). (There is no non-deprecated
substitute. Dropping GetVersion() means dropping support for Win 9x.)
This commit is contained in:
@@ -18,7 +18,7 @@ PDCURSES_SRCDIR = ..
|
||||
|
||||
osdir = $(PDCURSES_SRCDIR)\wincon
|
||||
|
||||
CC = bcc32c -q
|
||||
CC = bcc32c -q -Xdriver -Wno-deprecated-declarations
|
||||
|
||||
!ifdef DEBUG
|
||||
CFLAGS = -N -v -y -DPDCDEBUG
|
||||
|
||||
Reference in New Issue
Block a user