From 710e2704f08d693b3fdee2d60824a6f30caa7cda Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 17 Feb 2008 14:48:17 +0000
Subject: [PATCH] *** empty log message ***

---
 variables.msvc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/variables.msvc b/variables.msvc
index 8fe71f794a..ec0a9ace2b 100644
--- a/variables.msvc
+++ b/variables.msvc
@@ -10,7 +10,7 @@ HOSTNAME=localhost
 
 # The names of the C and C++ compilers
 CC=cl
-CXX=/EHsc /nologo /GR /MT
+CXX=cl /EHsc /nologo /GR /MT
 
 # Use /MLd for single-thread debug mode
 #     /MTd for multi-thread debug mode
-- 
GitLab