Skip to content
Snippets Groups Projects
Commit ff966c4f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent bc935e9c
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,13 @@ HOSTNAME=localhost ...@@ -12,9 +12,13 @@ HOSTNAME=localhost
CC=cl CC=cl
CXX=cl /EHsc /nologo /GR /MT CXX=cl /EHsc /nologo /GR /MT
# Use /MLd for single-thread debug mode # Debug/Release Single/Multi-threaded Lib/Dll flags:
# /MTd for multi-thread debug mode # Rel-Sin-Lib: /ML
# /MT for multi-thread release mode # 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 # append different suffix for release or debug version of library
ifneq (,${findstring MTd,${CXX}}) ifneq (,${findstring MTd,${CXX}})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment