提交 08d2397d 编写于 作者: K kevinw

8209359: [8u] hotspot needs to recognise cl.exe 19.13 to build with VS2017.

Reviewed-by: tbell
上级 3e5b4adf
......@@ -156,6 +156,9 @@ COMPILER_NAME=VS2015
!if "$(MSC_VER)" == "1912"
COMPILER_NAME=VS2017
!endif
!if "$(MSC_VER)" == "1913"
COMPILER_NAME=VS2017
!endif
!endif
# By default, we do not want to use the debug version of the msvcrt.dll file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册