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