diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-13 10:33:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-13 10:33:55 +0200 |
commit | 9f6facd4f3bcc3b7f522c74616c184d7b8cdbfb4 (patch) | |
tree | 18a3318341fd5f475b9e136934a364e42c39d474 /msvc-rc-common | |
parent | 562856e6a0844b979e9e51749c7a0d228e723b9e (diff) |
Add SDKBIN to link.exe's PATH since it may need to run mt.exe
Diffstat (limited to 'msvc-rc-common')
-rwxr-xr-x | msvc-rc-common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc-rc-common b/msvc-rc-common index 421d232..17c9333 100755 --- a/msvc-rc-common +++ b/msvc-rc-common @@ -1,7 +1,7 @@ #! /usr/bin/env bash -# Common rc.exe driver that expects the VC and INCLUDE variables to be set for -# the specific MSVC version/configuration. +# 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. |