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