diff options
Diffstat (limited to 'msvc-common/msvc-mt-common')
-rwxr-xr-x | msvc-common/msvc-mt-common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/msvc-common/msvc-mt-common b/msvc-common/msvc-mt-common index 305d98e..7a452bc 100755 --- a/msvc-common/msvc-mt-common +++ b/msvc-common/msvc-mt-common @@ -5,12 +5,6 @@ # Common mt.exe driver that expects the SDKBIN variable 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" # Translate absolute paths from POSIX to Windows. Use bash array to store |