diff options
Diffstat (limited to 'windows/test/fheap/fheap.vcproj')
-rw-r--r-- | windows/test/fheap/fheap.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/fheap/fheap.vcproj b/windows/test/fheap/fheap.vcproj index ec0decb..da06cde 100644 --- a/windows/test/fheap/fheap.vcproj +++ b/windows/test/fheap/fheap.vcproj @@ -52,7 +52,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/fheap/Release/fheap.pch"
@@ -144,7 +144,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/fheap/Release/fheap.pch"
@@ -234,7 +234,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/fheap/Debug/fheap.pch"
AssemblerListingLocation=".\../../../test/fheap/Debug/"
@@ -326,7 +326,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/fheap/Debug/fheap.pch"
AssemblerListingLocation=".\../../../test/fheap/Debug/"
|