diff options
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. |