From 634991096d72e1a6ccfd25574d2a9e90fed120f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Jul 2016 07:26:39 +0200 Subject: Add support for rc.exe --- msvc-link-common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'msvc-link-common') diff --git a/msvc-link-common b/msvc-link-common index 64c8a0c..bec14dc 100755 --- a/msvc-link-common +++ b/msvc-link-common @@ -1,7 +1,7 @@ #! /usr/bin/env bash # Common link.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. @@ -75,6 +75,6 @@ done export LIB -# Link.exe always sends diagnostics to stdout. +# link.exe always sends diagnostics to stdout. # -msvc_exec 1 "$VC\\bin\\link.exe" "${args[@]}" +msvc_exec 1 "$VCBIN\\link.exe" "${args[@]}" -- cgit v1.1