diff options
Diffstat (limited to 'windows/examples/compoundtest/compoundtest.vcproj')
-rw-r--r-- | windows/examples/compoundtest/compoundtest.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/examples/compoundtest/compoundtest.vcproj b/windows/examples/compoundtest/compoundtest.vcproj index c60684f..7e152c4 100644 --- a/windows/examples/compoundtest/compoundtest.vcproj +++ b/windows/examples/compoundtest/compoundtest.vcproj @@ -51,7 +51,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../examples/compoundtest/Release/compoundtest.pch"
@@ -143,7 +143,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../examples/compoundtest/Release/compoundtest.pch"
@@ -232,7 +232,7 @@ Optimization="0"
AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../examples/compoundtest/Debug/compoundtest.pch"
AssemblerListingLocation=".\../../../examples/compoundtest/Debug/"
@@ -324,7 +324,7 @@ Optimization="0"
AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../examples/compoundtest/Debug/compoundtest.pch"
AssemblerListingLocation=".\../../../examples/compoundtest/Debug/"
|