aboutsummaryrefslogtreecommitdiff
path: root/lib-15u0-64
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-08 12:22:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-08 12:22:36 +0200
commit27850a67cc4c5344d5a8d0d9efb59a1496e7d4dc (patch)
tree3b601b0743cc2b883c757333bbb1b650d0339fa6 /lib-15u0-64
parentbf96eebec917c7d56f391f1e72ebefd073dce0b0 (diff)
Drop 15rc* and add 15u0
Diffstat (limited to 'lib-15u0-64')
-rwxr-xr-xlib-15u0-6410
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-15u0-64 b/lib-15u0-64
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/lib-15u0-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"