From ed7104094b14109ab5cbf8b696e01eebadb764dd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Jul 2016 10:16:01 +0200 Subject: Translate most link.exe options, other minor cleanups --- msvc-cl-common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'msvc-cl-common') diff --git a/msvc-cl-common b/msvc-cl-common index 7601d77..33a68ef 100755 --- a/msvc-cl-common +++ b/msvc-cl-common @@ -31,6 +31,8 @@ diag=1 # Note that the order of the cases is important. Specifically, we want, e.g., # /D before /D*. # +# Note also that cl.exe options are case-sensitive. +# args=() while [ $# -gt 0 ]; do -- cgit v1.1