diff options
Diffstat (limited to 'windows/test/objcopy/objcopy.vcproj')
-rw-r--r-- | windows/test/objcopy/objcopy.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/test/objcopy/objcopy.vcproj b/windows/test/objcopy/objcopy.vcproj index 489a850..2f7b995 100644 --- a/windows/test/objcopy/objcopy.vcproj +++ b/windows/test/objcopy/objcopy.vcproj @@ -51,7 +51,7 @@ AdditionalIncludeDirectories="..\..\..\test,..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/objcopy/Debug/objcopy.pch"
AssemblerListingLocation=".\../../../test/objcopy/Debug/"
@@ -142,7 +142,7 @@ AdditionalIncludeDirectories="..\..\..\test,..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;_DEBUG;_CONSOLE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/objcopy/Debug/objcopy.pch"
AssemblerListingLocation=".\../../../test/objcopy/Debug/"
@@ -233,7 +233,7 @@ AdditionalIncludeDirectories="..\..\..\test,..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/objcopy/Release/objcopy.pch"
@@ -325,7 +325,7 @@ AdditionalIncludeDirectories="..\..\..\test,..\..\..\src"
PreprocessorDefinitions="BIND_TO_CURRENT_VCLIBS_VERSION=1;WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\../../../test/objcopy/Release/objcopy.pch"
|