From 27850a67cc4c5344d5a8d0d9efb59a1496e7d4dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 May 2017 12:22:36 +0200 Subject: Drop 15rc* and add 15u0 --- lib-15u0-64 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 lib-15u0-64 (limited to 'lib-15u0-64') diff --git a/lib-15u0-64 b/lib-15u0-64 new file mode 100755 index 0000000..0d34aea --- /dev/null +++ b/lib-15u0-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 --. See +# msvc-dispatch for details. +# +src_exe="$(realpath ${BASH_SOURCE[0]})" +src_dir="$(dirname "$src_exe")" + +source "$src_dir/msvc-dispatch" -- cgit v1.1