diff options
Diffstat (limited to 'windows/test/hyperslab/hyperslab.vcproj')
-rw-r--r-- | windows/test/hyperslab/hyperslab.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/hyperslab/hyperslab.vcproj b/windows/test/hyperslab/hyperslab.vcproj index 6e4a929..2522cfc 100644 --- a/windows/test/hyperslab/hyperslab.vcproj +++ b/windows/test/hyperslab/hyperslab.vcproj @@ -50,7 +50,7 @@ Optimization="0"
AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/hyperslab/Debug/hyperslab.pch"
AssemblerListingLocation=".\../../../test/hyperslab/Debug/"
@@ -141,7 +141,7 @@ Optimization="0"
AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/hyperslab/Debug/hyperslab.pch"
AssemblerListingLocation=".\../../../test/hyperslab/Debug/"
@@ -233,7 +233,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/hyperslab/Release/hyperslab.pch"
@@ -325,7 +325,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/hyperslab/Release/hyperslab.pch"
|