]> git.lyx.org Git - features.git/commitdiff
Scons: add /MD as default option under msvc
authorBo Peng <bpeng@lyx.org>
Sat, 2 Sep 2006 13:09:10 +0000 (13:09 +0000)
committerBo Peng <bpeng@lyx.org>
Sat, 2 Sep 2006 13:09:10 +0000 (13:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14869 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 97899741e2a2ebdfa45863076ac688da3c84a542..97083a8409bc23a6ff825315a69a015d74597e9c 100644 (file)
@@ -464,7 +464,7 @@ if use_vc:
     #   in the current code page (number)
     # C4996: foo was decleared deprecated
     CCFLAGS_required.extend(['/TP', '/EHsc'])
-    CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo'])
+    CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo', '/MD'])
 else:
     if env.has_key('CXX') and env['CXX']:
         env['CC'] = env.subst('$CXX')