From 6513bb7b269ea8b39dfed0e86a2df9a01ee23416 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Nov 2016 13:22:08 +0200 Subject: Add infrastructure for Windows 10 SDK discovery --- msvc-common/msvc-lib-common | 6 ------ 1 file changed, 6 deletions(-) (limited to 'msvc-common/msvc-lib-common') diff --git a/msvc-common/msvc-lib-common b/msvc-common/msvc-lib-common index a38bcd3..5f8295a 100755 --- a/msvc-common/msvc-lib-common +++ b/msvc-common/msvc-lib-common @@ -8,12 +8,6 @@ # It's not clear/documented why we need LIB or what the /LIBPATH option is # for. Perhaps for link-time code generation (/LTCG). -trap "{ exit 1; }" ERR -set -o errtrace # Trap in functions. - -function info () { echo "$*" 1>&2; } -function error () { info "$*"; exit 1; } - source "$src_dir/msvc-common/msvc-common" # Translate absolute paths from POSIX to Windows. Use bash array to store -- cgit v1.1