Merge pull request #6392 from ingemaradahl/debug-symbols

Copy mod .mdb symbol file together with .dll
This commit is contained in:
Matthias Mailänder
2014-09-06 13:40:59 +02:00
4 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="cp ${TargetFile} ../mods/d2k" workingdir="${ProjectDir}" />
<Command type="AfterBuild" command="cp ${TargetFile}.mdb ../mods/d2k" workingdir="${ProjectDir}" />
</CustomCommands>
</CustomCommands>
<DefineConstants>TRACE;DEBUG;</DefineConstants>