summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'msvcc.sh')
-rwxr-xr-xmsvcc.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/msvcc.sh b/msvcc.sh
index 65fbfef..1a6e73f 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"