8213187: Handle libwindowsaccessbridge need to access MSVCRT functions

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2018-12-03 18:48:01 +01:00
parent 3474e9a9fe
commit e7aa2c0951

View File

@ -41,7 +41,7 @@ ifeq ($(OPENJDK_TARGET_OS), windows)
EXTRA_SRC := common, \
OPTIMIZATION := LOW, \
DISABLED_WARNINGS_microsoft := 4311 4302 4312, \
CFLAGS := $(CFLAGS_JDKLIB) \
CFLAGS := $(filter-out -MD, $(CFLAGS_JDKLIB)) -MT \
-DACCESSBRIDGE_ARCH_$2, \
EXTRA_HEADER_DIRS := \
include/bridge \