aboutsummaryrefslogtreecommitdiff
path: root/rc-15.5-32
diff options
context:
space:
mode:
Diffstat (limited to 'rc-15.5-32')
-rwxr-xr-xrc-15.5-3210
1 files changed, 10 insertions, 0 deletions
diff --git a/rc-15.5-32 b/rc-15.5-32
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/rc-15.5-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"