Copy mod .mdb symbol file together with .dll

Allows for MonoDevelop to debug execution in mod library properly.
This commit is contained in:
Ingemar Ådahl
2014-09-02 21:03:43 +02:00
parent 9ed9096551
commit 03815a1c8d
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>