8232134: Change to Visual Studio 2017 15.9.16 for building on Windows at Oracle
authorerikj
Fri, 11 Oct 2019 06:31:52 -0700
changeset 58559 06bd38a9bc5a
parent 58558 67daaa6c8d2b
child 58560 5a4b4544b810
8232134: Change to Visual Studio 2017 15.9.16 for building on Windows at Oracle Reviewed-by: ihse
doc/building.html
doc/building.md
make/conf/jib-profiles.js
make/devkit/createWindowsDevkit2017.sh
--- a/doc/building.html	Fri Oct 11 06:38:52 2019 -0700
+++ b/doc/building.html	Fri Oct 11 06:31:52 2019 -0700
@@ -293,7 +293,7 @@
 </tr>
 <tr class="even">
 <td style="text-align: left;">Windows</td>
-<td style="text-align: left;">Microsoft Visual Studio 2017 update 15.9.6</td>
+<td style="text-align: left;">Microsoft Visual Studio 2017 update 15.9.16</td>
 </tr>
 </tbody>
 </table>
--- a/doc/building.md	Fri Oct 11 06:38:52 2019 -0700
+++ b/doc/building.md	Fri Oct 11 06:31:52 2019 -0700
@@ -326,7 +326,7 @@
  Linux              gcc 8.3.0
  macOS              Apple Xcode 10.1 (using clang 10.0.0)
  Solaris            Oracle Solaris Studio 12.6 (with compiler version 5.15)
- Windows            Microsoft Visual Studio 2017 update 15.9.6
+ Windows            Microsoft Visual Studio 2017 update 15.9.16
 
 All compilers are expected to be able to compile to the C99 language standard,
 as some C99 features are used in the source code. Microsoft Visual Studio
--- a/make/conf/jib-profiles.js	Fri Oct 11 06:38:52 2019 -0700
+++ b/make/conf/jib-profiles.js	Fri Oct 11 06:31:52 2019 -0700
@@ -948,7 +948,7 @@
         macosx_x64: "Xcode10.1-MacOSX10.14+1.0",
         solaris_x64: "SS12u4-Solaris11u1+1.0",
         solaris_sparcv9: "SS12u6-Solaris11u3+1.0",
-        windows_x64: "VS2017-15.9.6+1.0",
+        windows_x64: "VS2017-15.9.16+1.0",
         linux_aarch64: "gcc8.2.0-Fedora27+1.0",
         linux_arm: "gcc8.2.0-Fedora27+1.0",
         linux_ppc64le: "gcc8.2.0-Fedora27+1.0",
--- a/make/devkit/createWindowsDevkit2017.sh	Fri Oct 11 06:38:52 2019 -0700
+++ b/make/devkit/createWindowsDevkit2017.sh	Fri Oct 11 06:31:52 2019 -0700
@@ -32,10 +32,7 @@
 VS_VERSION_NUM_NODOT="150"
 VS_DLL_VERSION="140"
 SDK_VERSION="10"
-SDK_FULL_VERSION="10.0.16299.0"
 MSVC_DIR="Microsoft.VC141.CRT"
-MSVC_FULL_VERSION="14.12.25827"
-REDIST_FULL_VERSION="14.12.25810"
 
 SCRIPT_DIR="$(cd "$(dirname $0)" > /dev/null && pwd)"
 BUILD_DIR="${SCRIPT_DIR}/../../build/devkit"