提交 d493d4ef 编写于 作者: K kevinw

8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017

Reviewed-by: tbell, erikj
上级 b992eb41
...@@ -269,6 +269,15 @@ ifeq ($(OPENJDK_TARGET_OS), windows) ...@@ -269,6 +269,15 @@ ifeq ($(OPENJDK_TARGET_OS), windows)
MACRO := copy-and-chmod)) MACRO := copy-and-chmod))
COPY_FILES += $(COPY_MSVCR) $(COPY_MSVCP) COPY_FILES += $(COPY_MSVCR) $(COPY_MSVCP)
ifneq ($(UCRT_DLL_DIR), )
$(eval $(call SetupCopyFiles,COPY_UCRT_DLLS, \
DEST := $(JDK_OUTPUTDIR)/bin, \
FILES := $(wildcard $(UCRT_DLL_DIR)/*.dll), \
MACRO := copy-and-chmod \
))
COPY_FILES += $(COPY_UCRT_DLLS)
endif
endif endif
########################################################################################## ##########################################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册