mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
14 lines
530 B
Diff
14 lines
530 B
Diff
diff --git a/msvc/mpir_release_lib.props b/msvc/mpir_release_lib.props
|
|
index d46f9649..832c6937 100644
|
|
--- a/msvc/mpir_release_lib.props
|
|
+++ b/msvc/mpir_release_lib.props
|
|
@@ -9,7 +9,7 @@
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<ObjectFileName>$(IntDir)du\m\my\%(RelativeDir)</ObjectFileName>
|
|
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
|
</ClCompile>
|
|
<Link>
|