aboutsummaryrefslogtreecommitdiff
path: root/cl-15u3-32
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-09-11 14:05:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-09-11 14:05:06 +0200
commitc0057bb1dcdae980c1f9dc1c892cc1281fedde64 (patch)
tree9ae16e8f6ebdf04220d6475b9fc368c95f32765d /cl-15u3-32
parent07e12d4fa3ace19bdac48a04c6910bdc608070b1 (diff)
Add support for 15u3
Toolchain directory is 14.11.25503, compiler version is 19.11.25507.1.
Diffstat (limited to 'cl-15u3-32')
-rwxr-xr-xcl-15u3-3210
1 files changed, 10 insertions, 0 deletions
diff --git a/cl-15u3-32 b/cl-15u3-32
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/cl-15u3-32
@@ -0,0 +1,10 @@
+#! /usr/bin/env bash
+
+# The contents of these files are all identical; the information is carries by
+# the file name which should be in the form <tool>-<version>-<target>. See
+# msvc-dispatch for details.
+#
+src_exe="$(realpath ${BASH_SOURCE[0]})"
+src_dir="$(dirname "$src_exe")"
+
+source "$src_dir/msvc-dispatch"