aboutsummaryrefslogtreecommitdiff
path: root/msvc-14
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-13 00:53:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-25 16:21:26 +0300
commitba83f41d5d899e2e6f3e521b5b489123aa24b720 (patch)
treefa92b790fdb85b90431c492fc536da823f6cb6b5 /msvc-14
parentbea2cd6f5817e41f3ddb7d1a795648e52f9b7d05 (diff)
Add support for 16.0
Diffstat (limited to 'msvc-14')
-rwxr-xr-xmsvc-14/msvc-14.0-32 (renamed from msvc-14/msvc-14u0-32)2
-rwxr-xr-xmsvc-14/msvc-14.2-32 (renamed from msvc-14/msvc-14u2-32)2
-rwxr-xr-xmsvc-14/msvc-14.2-64 (renamed from msvc-14/msvc-14u2-64)2
-rwxr-xr-xmsvc-14/msvc-14.3-32 (renamed from msvc-14/msvc-14u3-32)6
-rwxr-xr-xmsvc-14/msvc-14.3-64 (renamed from msvc-14/msvc-14u3-64)6
5 files changed, 9 insertions, 9 deletions
diff --git a/msvc-14/msvc-14u0-32 b/msvc-14/msvc-14.0-32
index 5900bba..74de769 100755
--- a/msvc-14/msvc-14u0-32
+++ b/msvc-14/msvc-14.0-32
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# file : msvc-14/msvc-14u0-32
+# file : msvc-14/msvc-14.0-32
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
diff --git a/msvc-14/msvc-14u2-32 b/msvc-14/msvc-14.2-32
index 0286b5a..5a01648 100755
--- a/msvc-14/msvc-14u2-32
+++ b/msvc-14/msvc-14.2-32
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# file : msvc-14/msvc-14u2-32
+# file : msvc-14/msvc-14.2-32
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
diff --git a/msvc-14/msvc-14u2-64 b/msvc-14/msvc-14.2-64
index efd977b..669a1eb 100755
--- a/msvc-14/msvc-14u2-64
+++ b/msvc-14/msvc-14.2-64
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# file : msvc-14/msvc-14u2-64
+# file : msvc-14/msvc-14.2-64
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
diff --git a/msvc-14/msvc-14u3-32 b/msvc-14/msvc-14.3-32
index 36d6037..4905d2c 100755
--- a/msvc-14/msvc-14u3-32
+++ b/msvc-14/msvc-14.3-32
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# file : msvc-14/msvc-14u3-32
+# file : msvc-14/msvc-14.3-32
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
@@ -22,7 +22,7 @@ fi
SDK="C:\\Program Files (x86)\\Windows Kits\\10"
SDKBIN="$SDK\\bin\\x86"
-# Originally "10.0.14393" (if upgrade 14u2) or "10.0.10240" (if clean install).
+# Originally "10.0.14393" (if upgrade 14.2) or "10.0.10240" (if clean install).
#
SDKVER="$MSVC_SDKVERSION.0"
@@ -33,7 +33,7 @@ LIB="$SDK\\lib\\$SDKVER\\um\\x86"
#
CRT="C:\\Program Files (x86)\\Windows Kits\\10"
-# Originally "10.0.14393" (if upgrade 14u2) or "10.0.10240" (if clean install).
+# Originally "10.0.14393" (if upgrade 14.2) or "10.0.10240" (if clean install).
#
CRTVER="$MSVC_SDKVERSION.0"
diff --git a/msvc-14/msvc-14u3-64 b/msvc-14/msvc-14.3-64
index 3d775d6..64e4c12 100755
--- a/msvc-14/msvc-14u3-64
+++ b/msvc-14/msvc-14.3-64
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# file : msvc-14/msvc-14u3-64
+# file : msvc-14/msvc-14.3-64
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
@@ -22,7 +22,7 @@ fi
SDK="C:\\Program Files (x86)\\Windows Kits\\10"
SDKBIN="$SDK\\bin\\x64"
-# Originally "10.0.14393" (if upgrade 14u2) or "10.0.10240" (if clean install).
+# Originally "10.0.14393" (if upgrade 14.2) or "10.0.10240" (if clean install).
#
SDKVER="$MSVC_SDKVERSION.0"
@@ -33,7 +33,7 @@ LIB="$SDK\\lib\\$SDKVER\\um\\x64"
#
CRT="C:\\Program Files (x86)\\Windows Kits\\10"
-# Originally "10.0.14393" (if upgrade 14u2) or "10.0.10240" (if clean install).
+# Originally "10.0.14393" (if upgrade 14.2) or "10.0.10240" (if clean install).
#
CRTVER="$MSVC_SDKVERSION.0"