summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-ELIOT-019992DFC\Administrator <Administrator@eliot-019992dfc.(none)>2009-02-10 15:38:20 -0500
committerU-ELIOT-019992DFC\Administrator <Administrator@eliot-019992dfc.(none)>2009-02-10 15:38:20 -0500
commit014d06f1100a75a7aeb674303359f5f39bd114e8 (patch)
treea900e57bfd839a423c570f0e95a1ac6dcc66d8fc
parent12a608a3abac9ff29172c44afdea131d14805810 (diff)
downloadmongo-014d06f1100a75a7aeb674303359f5f39bd114e8.tar.gz
MD -> MT
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c598dc68d59..c6006d459d8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -243,7 +243,7 @@ elif "win32" == os.sys.platform:
if release:
env.Append( CPPDEFINES=[ "NDEBUG" ] )
- env.Append( CPPFLAGS= " /O2 /Oi /GL /FD /MD /Gy /nologo /Zi /TP /errorReport:prompt /Gm " )
+ env.Append( CPPFLAGS= " /O2 /Oi /GL /FD /MT /Gy /nologo /Zi /TP /errorReport:prompt /Gm " )
# /Yu"stdafx.h" /Fp"Release\db.pch" /Fo"Release\\" /Fd"Release\vc90.pdb"
else:
env.Append( CPPDEFINES=[ "_DEBUG" ] )