aboutsummaryrefslogtreecommitdiff
path: root/mt-14u3-32
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-25 00:49:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-25 00:49:48 +0300
commit4e8da1a485edea20f065e1583511262fcf8c85b1 (patch)
treeda36aeba5de1bbb08f388d0a0144aae270f6e413 /mt-14u3-32
parent0ea7f903b5f56fbf563d70fea2da40798b681c34 (diff)
Add support for VC14U3
Diffstat (limited to 'mt-14u3-32')
-rwxr-xr-xmt-14u3-3210
1 files changed, 10 insertions, 0 deletions
diff --git a/mt-14u3-32 b/mt-14u3-32
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/mt-14u3-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"