diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-26 01:07:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-26 22:07:05 +0300 |
commit | 0e2b7b99f9cc769cf4b094dca39b5d452f1de32b (patch) | |
tree | 530fb268bb9a1889e07f2bf46c9f2582f20cde6a /lib-15rc1-32 | |
parent | 4e8da1a485edea20f065e1583511262fcf8c85b1 (diff) |
Add support for VC15RC1
Diffstat (limited to 'lib-15rc1-32')
-rwxr-xr-x | lib-15rc1-32 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-15rc1-32 b/lib-15rc1-32 new file mode 100755 index 0000000..0d34aea --- /dev/null +++ b/lib-15rc1-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" |