aboutsummaryrefslogtreecommitdiff
path: root/cl-15rc2-32
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-20 16:52:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-20 16:52:07 +0200
commit416f5ee22d062ae8ccbdeb7af896ef28c932f0db (patch)
tree843804cbb7eaa6d370dcf0fe63487d7fbef9b224 /cl-15rc2-32
parent5cfa287477f6c7a735cbd477205dfb106bb3e4c0 (diff)
Add support for VC15RC2
Diffstat (limited to 'cl-15rc2-32')
-rwxr-xr-xcl-15rc2-3210
1 files changed, 10 insertions, 0 deletions
diff --git a/cl-15rc2-32 b/cl-15rc2-32
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/cl-15rc2-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"