From: cherierm Date: Fri, 12 Sep 2008 13:40:02 +0000 (+0000) Subject: use the multi thread version of the c runtime X-Git-Tag: v3.3~187 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ac77c41a22d7dad5b68119b70ace598666271276?ds=sidebyside use the multi thread version of the c runtime git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5921 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/build/vc7/examples/msg/suspend/suspend.vcproj b/build/vc7/examples/msg/suspend/suspend.vcproj index a0e699d6b9..74afed1bb2 100644 --- a/build/vc7/examples/msg/suspend/suspend.vcproj +++ b/build/vc7/examples/msg/suspend/suspend.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true"