From 0e2b7b99f9cc769cf4b094dca39b5d452f1de32b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 26 Nov 2016 01:07:27 +0300 Subject: Add support for VC15RC1 --- mt-15rc1-32 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 mt-15rc1-32 (limited to 'mt-15rc1-32') diff --git a/mt-15rc1-32 b/mt-15rc1-32 new file mode 100755 index 0000000..0d34aea --- /dev/null +++ b/mt-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 --. See +# msvc-dispatch for details. +# +src_exe="$(realpath ${BASH_SOURCE[0]})" +src_dir="$(dirname "$src_exe")" + +source "$src_dir/msvc-dispatch" -- cgit v1.1