From a095b578142887641138cb9e8cfb19eb35681794 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Fri, 3 Mar 2006 13:14:48 +0000 Subject: [PATCH] update msvc project files: also compile in release mode git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@586 7ec92016-0320-0410-acc4-a06ded1c099a --- src/Library.vcproj | 1 + test/DeletableSingleton/DeletableSingleton.cpp | 2 +- test/DeletableSingleton/DeletableSingleton.vcproj | 1 + test/Factory/Factory.vcproj | 1 + test/LockingPtr/LockingPtr.vcproj | 2 ++ test/Longevity/Longevity.vcproj | 1 + test/OrderedStatic/OrderedStatic.vcproj | 1 + test/Pimpl/Pimpl.vcproj | 2 ++ test/RegressionTest/MSVCUnitTest.vcproj | 2 +- test/SafeFormat/SafeFormat.vcproj | 1 + test/ScopeGuard/ScopeGuard.vcproj | 1 + test/Singleton/Singleton.vcproj | 9 +++------ test/SmallObj/DefaultAlloc.vcproj | 2 +- test/SmallObj/SmallObjCompare.vcproj | 2 +- test/SmallObj/SmallObjSingleton.vcproj | 2 +- test/SmartPtr/SmartPtr.vcproj | 3 ++- test/Visitor/Visitor.vcproj | 1 + test/flex_string/flex_string.vcproj | 1 + 18 files changed, 23 insertions(+), 12 deletions(-) diff --git a/src/Library.vcproj b/src/Library.vcproj index 96053d9..5990bfa 100755 --- a/src/Library.vcproj +++ b/src/Library.vcproj @@ -123,6 +123,7 @@ /> - - diff --git a/test/SmallObj/DefaultAlloc.vcproj b/test/SmallObj/DefaultAlloc.vcproj index 07b2c32..735ad79 100644 --- a/test/SmallObj/DefaultAlloc.vcproj +++ b/test/SmallObj/DefaultAlloc.vcproj @@ -122,7 +122,7 @@ Name="VCCLCompilerTool" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="true" - RuntimeLibrary="0" + RuntimeLibrary="2" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="4" diff --git a/test/SmallObj/SmallObjCompare.vcproj b/test/SmallObj/SmallObjCompare.vcproj index 6d33b1a..0799889 100755 --- a/test/SmallObj/SmallObjCompare.vcproj +++ b/test/SmallObj/SmallObjCompare.vcproj @@ -125,7 +125,7 @@ AdditionalIncludeDirectories="..\..\include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="true" - RuntimeLibrary="0" + RuntimeLibrary="2" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="4" diff --git a/test/SmallObj/SmallObjSingleton.vcproj b/test/SmallObj/SmallObjSingleton.vcproj index e0f4996..36061a8 100755 --- a/test/SmallObj/SmallObjSingleton.vcproj +++ b/test/SmallObj/SmallObjSingleton.vcproj @@ -123,7 +123,7 @@ AdditionalIncludeDirectories="..\..\include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="true" - RuntimeLibrary="0" + RuntimeLibrary="2" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="4" diff --git a/test/SmartPtr/SmartPtr.vcproj b/test/SmartPtr/SmartPtr.vcproj index dadb3b0..15368d0 100644 --- a/test/SmartPtr/SmartPtr.vcproj +++ b/test/SmartPtr/SmartPtr.vcproj @@ -104,7 +104,8 @@ />