Patch #2247 2007-11-16 17:13
pauliusz
Revert part of Patch #2234- Download
- 2247-Revert_part_of.patch (634 bytes)
Index: src/plugins/compilergcc/compilergcc.cpp
===================================================================
--- src/plugins/compilergcc/compilergcc.cpp (revision 4639)
+++ src/plugins/compilergcc/compilergcc.cpp (working copy)
@@ -2264,7 +2264,7 @@
{
// run project post-build steps
if (m_RunProjectPostBuild || m_pBuildingProject->GetAlwaysRunPostBuildSteps())
- cmds = dc.GetPostBuildCommands(m_pLastBuildingTarget);
+ cmds = dc.GetPostBuildCommands(0);
// reset
m_pLastBuildingTarget = 0;
m_RunProjectPostBuild = false;
History
pauliusz 2007-11-16 17:15
This patch reverts part of my previous patch witch broke target post build commands execution. Sorry for inconvenience.
biplab 2007-11-16 17:38
Thanks for the patch.