diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-05 18:25:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-05 18:26:05 +0200 |
commit | 9b0f44d7e82a6eba1d42210d14ee7db7b4106f33 (patch) | |
tree | b3040eac97b291badcbab93056f435dd6730d673 /rc-15u6-64 | |
parent | 0bdfea5ba9b10352c42fd3d4532130dc7415bf5f (diff) |
Add support for 15.6 (based on preview 4)
Diffstat (limited to 'rc-15u6-64')
-rwxr-xr-x | rc-15u6-64 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rc-15u6-64 b/rc-15u6-64 new file mode 100755 index 0000000..0d34aea --- /dev/null +++ b/rc-15u6-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" |