summaryrefslogtreecommitdiff
path: root/IEView/ieview.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'IEView/ieview.vcxproj')
-rw-r--r--IEView/ieview.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/IEView/ieview.vcxproj b/IEView/ieview.vcxproj
index 78e12d9..252786e 100644
--- a/IEView/ieview.vcxproj
+++ b/IEView/ieview.vcxproj
@@ -122,7 +122,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link>
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -142,7 +142,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>../../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IEVIEW_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>