From ac80633ce275edddaa3e4fa2ae0c048ed00f7d74 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 22 Mar 2010 10:29:25 +0000 Subject: svn merge -c505 ^/branches/released . --- tools/mhmake/src/rule.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tools/mhmake/src/rule.cpp') diff --git a/tools/mhmake/src/rule.cpp b/tools/mhmake/src/rule.cpp index f9485b560..aa2ce1a13 100644 --- a/tools/mhmake/src/rule.cpp +++ b/tools/mhmake/src/rule.cpp @@ -193,6 +193,17 @@ void rule::SetTargetsIsBuild(uint32 Md5_32) It++; } } +/////////////////////////////////////////////////////////////////////////////// +void rule::SetTargetsIsBuilding(const fileinfo *pSrc) +{ + vector< fileinfo* >::iterator It=m_Targets.begin(); + while (It!=m_Targets.end()) + { + if ((*It)!=pSrc) + (*It)->SetBuilding(false); + It++; + } +} #ifdef _DEBUG -- cgit v1.2.3