From 766ea054be8f595c5c692c89603697811e797d74 Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 20 Jun 2008 12:52:21 +0000 Subject: [PATCH] Update compiler options of the Visual C++ project git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5786 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- build/vc7/testsuite/simdag/sd_test/sd_testsuite.vcproj | 2 +- build/vc7/testsuite/surf/lmm_usage/lmm_usage.vcproj | 2 +- build/vc7/testsuite/surf/maxmin_bench/maxmin_bench.vcproj | 2 +- build/vc7/testsuite/surf/surf_usage/surf_usage.vcproj | 2 +- build/vc7/testsuite/surf/surf_usage2/surf_usage2.vcproj | 2 +- build/vc7/testsuite/surf/trace_usage/trace_usage.vcproj | 2 +- build/vc7/testsuite/xbt/context_usage/context_usage.vcproj | 2 +- build/vc7/testsuite/xbt/graphxml_usage/graphxml_usage.vcproj | 2 +- build/vc7/testsuite/xbt/heap_bench/heap_bench.vcproj | 2 +- build/vc7/testsuite/xbt/log_usage/log_usage.vcproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build/vc7/testsuite/simdag/sd_test/sd_testsuite.vcproj b/build/vc7/testsuite/simdag/sd_test/sd_testsuite.vcproj index e5ff232be1..eeee9fe49a 100644 --- a/build/vc7/testsuite/simdag/sd_test/sd_testsuite.vcproj +++ b/build/vc7/testsuite/simdag/sd_test/sd_testsuite.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" diff --git a/build/vc7/testsuite/surf/lmm_usage/lmm_usage.vcproj b/build/vc7/testsuite/surf/lmm_usage/lmm_usage.vcproj index de78387913..02afa33134 100644 --- a/build/vc7/testsuite/surf/lmm_usage/lmm_usage.vcproj +++ b/build/vc7/testsuite/surf/lmm_usage/lmm_usage.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" diff --git a/build/vc7/testsuite/surf/maxmin_bench/maxmin_bench.vcproj b/build/vc7/testsuite/surf/maxmin_bench/maxmin_bench.vcproj index e6a8fbcdca..560ca1dcf3 100644 --- a/build/vc7/testsuite/surf/maxmin_bench/maxmin_bench.vcproj +++ b/build/vc7/testsuite/surf/maxmin_bench/maxmin_bench.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" diff --git a/build/vc7/testsuite/surf/surf_usage/surf_usage.vcproj b/build/vc7/testsuite/surf/surf_usage/surf_usage.vcproj index 607abb43ef..cb4d88f185 100644 --- a/build/vc7/testsuite/surf/surf_usage/surf_usage.vcproj +++ b/build/vc7/testsuite/surf/surf_usage/surf_usage.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" diff --git a/build/vc7/testsuite/surf/surf_usage2/surf_usage2.vcproj b/build/vc7/testsuite/surf/surf_usage2/surf_usage2.vcproj index 3c7c3bfd07..94b675a017 100644 --- a/build/vc7/testsuite/surf/surf_usage2/surf_usage2.vcproj +++ b/build/vc7/testsuite/surf/surf_usage2/surf_usage2.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" diff --git a/build/vc7/testsuite/surf/trace_usage/trace_usage.vcproj b/build/vc7/testsuite/surf/trace_usage/trace_usage.vcproj index 5bb541011d..940bae8025 100644 --- a/build/vc7/testsuite/surf/trace_usage/trace_usage.vcproj +++ b/build/vc7/testsuite/surf/trace_usage/trace_usage.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" diff --git a/build/vc7/testsuite/xbt/context_usage/context_usage.vcproj b/build/vc7/testsuite/xbt/context_usage/context_usage.vcproj index cd0699a57f..27f876ce93 100644 --- a/build/vc7/testsuite/xbt/context_usage/context_usage.vcproj +++ b/build/vc7/testsuite/xbt/context_usage/context_usage.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" diff --git a/build/vc7/testsuite/xbt/graphxml_usage/graphxml_usage.vcproj b/build/vc7/testsuite/xbt/graphxml_usage/graphxml_usage.vcproj index c39224f86e..c6a992f5c5 100644 --- a/build/vc7/testsuite/xbt/graphxml_usage/graphxml_usage.vcproj +++ b/build/vc7/testsuite/xbt/graphxml_usage/graphxml_usage.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" diff --git a/build/vc7/testsuite/xbt/heap_bench/heap_bench.vcproj b/build/vc7/testsuite/xbt/heap_bench/heap_bench.vcproj index 5254e21094..d2a5b047ad 100644 --- a/build/vc7/testsuite/xbt/heap_bench/heap_bench.vcproj +++ b/build/vc7/testsuite/xbt/heap_bench/heap_bench.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" diff --git a/build/vc7/testsuite/xbt/log_usage/log_usage.vcproj b/build/vc7/testsuite/xbt/log_usage/log_usage.vcproj index e0a26a16e3..7ed20601bd 100644 --- a/build/vc7/testsuite/xbt/log_usage/log_usage.vcproj +++ b/build/vc7/testsuite/xbt/log_usage/log_usage.vcproj @@ -43,7 +43,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" -- 2.20.1