aboutsummaryrefslogtreecommitdiff
path: root/rc-15u6-32
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-05 18:25:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-05 18:26:05 +0200
commit9b0f44d7e82a6eba1d42210d14ee7db7b4106f33 (patch)
treeb3040eac97b291badcbab93056f435dd6730d673 /rc-15u6-32
parent0bdfea5ba9b10352c42fd3d4532130dc7415bf5f (diff)
Add support for 15.6 (based on preview 4)
Diffstat (limited to 'rc-15u6-32')
-rwxr-xr-xrc-15u6-3210
1 files changed, 10 insertions, 0 deletions
diff --git a/rc-15u6-32 b/rc-15u6-32
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/rc-15u6-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"