Commit ed49057f authored by Dave Meehan's avatar Dave Meehan

Added ProgramDataBaseFile directive so that .pdb file goes into same directory…

Added ProgramDataBaseFile directive so that .pdb file goes into same directory as the .lib so that debug builds can find it
parent cfc754f3
......@@ -17,6 +17,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
......
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