Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-07-17 00:00:15 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-07-17 00:00:15 +0400
commitd1169a4e12060f228ae1d3473a609d7226fca9f5 (patch)
treef3ca98b664398919872220c566256e118776c28f /config
parentf029bee6cbac3c321e707f0c31eb041a9d92e616 (diff)
* revert reversion by Genscher. This '/MT' business is now handled in Blender.py
Diffstat (limited to 'config')
-rw-r--r--config/win64-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win64-vc-config.py b/config/win64-vc-config.py
index 0f8366a79f9..a8be162ea97 100644
--- a/config/win64-vc-config.py
+++ b/config/win64-vc-config.py
@@ -153,7 +153,7 @@ CC = 'cl.exe'
CXX = 'cl.exe'
CFLAGS = []
-CCFLAGS = ['/MT', '/nologo', '/Ob1', '/J', '/W3', '/Gd', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267']
+CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267']
CXXFLAGS = ['/EHsc']
BF_DEBUG_CCFLAGS = ['/Zi', '/FR${TARGET}.sbr']