aboutsummaryrefslogtreecommitdiff
path: root/link-15u5-32
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-12 11:03:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-12 11:03:14 +0200
commiteefb75b9cea93e6f2a9c00d8b49afe9b4012d9f6 (patch)
treefb0b661f22b1b18a45280d4e77795096fdd28ee7 /link-15u5-32
parentf11dcc3460c637701c75daea60caef7f7acf48d2 (diff)
Add support for VC 15u5
Diffstat (limited to 'link-15u5-32')
-rwxr-xr-xlink-15u5-3210
1 files changed, 10 insertions, 0 deletions
diff --git a/link-15u5-32 b/link-15u5-32
new file mode 100755
index 0000000..0d34aea
--- /dev/null
+++ b/link-15u5-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"