Commit eb345337 authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1367 from evoskuil/master

Problem: wrong default VC rt lib for release dynamic exe.
parents 6b06bc31 1e27b364
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<ItemDefinitionGroup> <ItemDefinitionGroup>
<ClCompile> <ClCompile>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile> </ClCompile>
</ItemDefinitionGroup> </ItemDefinitionGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment