aboutsummaryrefslogtreecommitdiff
path: root/msvc-lib-common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-11 07:26:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-11 07:26:39 +0200
commit634991096d72e1a6ccfd25574d2a9e90fed120f9 (patch)
tree0f1b5e96d0711bc13fe9a3b320abbf11b1f25fe3 /msvc-lib-common
parent3775f6aa680849c1bb7a5f8760a8f84203b615c8 (diff)
Add support for rc.exe
Diffstat (limited to 'msvc-lib-common')
-rwxr-xr-xmsvc-lib-common6
1 files changed, 3 insertions, 3 deletions
diff --git a/msvc-lib-common b/msvc-lib-common
index 5d11ba1..8b23f4f 100755
--- a/msvc-lib-common
+++ b/msvc-lib-common
@@ -3,7 +3,7 @@
# @@ Do we really need LIB? What's /LIBPATH for?
#
# Common lib.exe driver that expects the VC and LIB variables to be set for
-# the specific MSVC version/configuration set.
+# the specific MSVC version/configuration.
trap "{ exit 1; }" ERR
set -o errtrace # Trap in functions.
@@ -90,6 +90,6 @@ done
#
export LIB
-# Lib.exe always sends diagnostics to stdout.
+# lib.exe always sends diagnostics to stdout.
#
-msvc_exec 1 "$VC\\bin\\lib.exe" "${args[@]}"
+msvc_exec 1 "$VCBIN\\lib.exe" "${args[@]}"