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

Fri, 10 Aug 2018 08:29:53 -0700

author
kevinw
date
Fri, 10 Aug 2018 08:29:53 -0700
changeset 9480
a57483d08d95
parent 9479
b4ee249eb1c4
child 9481
2af8917ffbee

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

make/windows/makefiles/compile.make file | annotate | diff | comparison | revisions
     1.1 --- a/make/windows/makefiles/compile.make	Tue Aug 07 11:55:44 2018 -0400
     1.2 +++ b/make/windows/makefiles/compile.make	Fri Aug 10 08:29:53 2018 -0700
     1.3 @@ -156,6 +156,9 @@
     1.4  !if "$(MSC_VER)" == "1912"
     1.5  COMPILER_NAME=VS2017
     1.6  !endif
     1.7 +!if "$(MSC_VER)" == "1913"
     1.8 +COMPILER_NAME=VS2017
     1.9 +!endif
    1.10  !endif
    1.11  
    1.12  # By default, we do not want to use the debug version of the msvcrt.dll file

mercurial