diff options
Diffstat (limited to 'windows/test/vfd/vfd.vcproj')
-rw-r--r-- | windows/test/vfd/vfd.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/vfd/vfd.vcproj b/windows/test/vfd/vfd.vcproj index ec1e5ae..08194da 100644 --- a/windows/test/vfd/vfd.vcproj +++ b/windows/test/vfd/vfd.vcproj @@ -51,7 +51,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/vfd/Debug/vfd.pch"
AssemblerListingLocation=".\../../../test/vfd/Debug/"
@@ -143,7 +143,7 @@ AdditionalIncludeDirectories="..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/vfd/Debug/vfd.pch"
AssemblerListingLocation=".\../../../test/vfd/Debug/"
@@ -235,7 +235,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/vfd/release/vfd.pch"
@@ -327,7 +327,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/vfd/release/vfd.pch"
|