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