diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-28 13:22:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-28 13:22:08 +0200 |
commit | 6513bb7b269ea8b39dfed0e86a2df9a01ee23416 (patch) | |
tree | 18869207bab0ea24611f179a41f75739598b9109 /msvc-common/msvc-cl-common | |
parent | 0e2b7b99f9cc769cf4b094dca39b5d452f1de32b (diff) |
Add infrastructure for Windows 10 SDK discovery
Diffstat (limited to 'msvc-common/msvc-cl-common')
-rwxr-xr-x | msvc-common/msvc-cl-common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/msvc-common/msvc-cl-common b/msvc-common/msvc-cl-common index 57d389e..833baec 100755 --- a/msvc-common/msvc-cl-common +++ b/msvc-common/msvc-cl-common @@ -6,12 +6,6 @@ # linker, SDKBIN, LIB variables to be set for the specific MSVC # version/configuration. -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" # File descriptor where the diagnostics will be sent. Unless STDOUT is used |