diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 10:16:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 10:16:01 +0200 |
commit | ed7104094b14109ab5cbf8b696e01eebadb764dd (patch) | |
tree | 3c9895d56112ed6662b90d55ab33a26158e25b54 /msvc-cl-common | |
parent | 634991096d72e1a6ccfd25574d2a9e90fed120f9 (diff) |
Translate most link.exe options, other minor cleanups
Diffstat (limited to 'msvc-cl-common')
-rwxr-xr-x | msvc-cl-common | 2 |
1 files changed, 2 insertions, 0 deletions
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 |