From ff966c4f20040217fcf8799816f18597f2a812d0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 12 Jun 2008 12:10:27 +0000 Subject: [PATCH] *** empty log message *** --- utils/misc/variables.msvc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/utils/misc/variables.msvc b/utils/misc/variables.msvc index 12bddefdf8..e7b565d390 100644 --- a/utils/misc/variables.msvc +++ b/utils/misc/variables.msvc @@ -12,9 +12,13 @@ HOSTNAME=localhost CC=cl CXX=cl /EHsc /nologo /GR /MT -# Use /MLd for single-thread debug mode -# /MTd for multi-thread debug mode -# /MT for multi-thread release mode +# Debug/Release Single/Multi-threaded Lib/Dll flags: +# Rel-Sin-Lib: /ML +# Deb-Sin-Lib: /MLd +# Rel-Mul-Lib: /MT +# Deb-Mul-Lib: /MTd +# Rel-Mul-Dll: /MD +# Deb-Mul-Dll: /MDd # append different suffix for release or debug version of library ifneq (,${findstring MTd,${CXX}}) -- GitLab