Commit 7c27fcbe09534d261b4098467a3ce258daec2807

Anthony Green 2016-02-20T06:45:00

Merge pull request #199 from Pan7/master Fix configuring msvc compiler

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/msvcc.sh b/msvcc.sh
index 1621e5f..eef61c8 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -55,6 +55,10 @@ while [ $# -gt 0 ]
 do
   case $1
   in
+    --version)
+      args="-help"
+      shift 1
+    ;;
     -fexceptions)
       # Don't enable exceptions for now.
       #args="$args -EHac"