Debug symboils for VS static libs.

This commit is contained in:
evoskuil 2014-06-14 19:44:32 -07:00
parent 8f5c9df257
commit 0c0705ed47
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LinkIncremental>true</LinkIncremental>
</ClCompile>

View File

@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>