aboutsummaryrefslogtreecommitdiff
path: root/mt-15rc1-64
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-26 01:07:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-26 22:07:05 +0300
commit0e2b7b99f9cc769cf4b094dca39b5d452f1de32b (patch)
tree530fb268bb9a1889e07f2bf46c9f2582f20cde6a /mt-15rc1-64
parent4e8da1a485edea20f065e1583511262fcf8c85b1 (diff)
Add support for VC15RC1
Diffstat (limited to 'mt-15rc1-64')
-rwxr-xr-xmt-15rc1-6410
1 files changed, 10 insertions, 0 deletions
diff --git a/mt-15rc1-64 b/mt-15rc1-64
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/mt-15rc1-64
@@ -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"