Skip to content

Commit d3d2e17

Browse files
clarkezonehjmjohnson
authored andcommitted
Switch to the VCPP dll
1 parent 908383a commit d3d2e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefiles/msvc2017/lib_json.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132132
<StringPooling>true</StringPooling>
133133
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
134-
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
134+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
135135
<FunctionLevelLinking>true</FunctionLevelLinking>
136136
<DisableLanguageExtensions>true</DisableLanguageExtensions>
137137
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
@@ -171,7 +171,7 @@
171171
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
172172
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173173
<StringPooling>true</StringPooling>
174-
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
174+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
175175
<FunctionLevelLinking>true</FunctionLevelLinking>
176176
<DisableLanguageExtensions>true</DisableLanguageExtensions>
177177
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>

0 commit comments

Comments
 (0)