aboutsummaryrefslogtreecommitdiff
path: root/cl-16.1-32
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-25 18:10:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-25 18:10:48 +0300
commit463d7d6d576b4e4dae42264343f1592758d0cbf5 (patch)
tree33026e47f98175968248ce1fdf1aca3e1392629c /cl-16.1-32
parentd02ed4c50a28495be82e3072f2a746e6d1312442 (diff)
Add support for 16.1
Diffstat (limited to 'cl-16.1-32')
-rwxr-xr-xcl-16.1-3210
1 files changed, 10 insertions, 0 deletions
diff --git a/cl-16.1-32 b/cl-16.1-32
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/cl-16.1-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"