diff options
Diffstat (limited to 'tools/mhmake/src/rule.h')
-rw-r--r-- | tools/mhmake/src/rule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mhmake/src/rule.h b/tools/mhmake/src/rule.h index c8235a8bc..bfc00bb15 100644 --- a/tools/mhmake/src/rule.h +++ b/tools/mhmake/src/rule.h @@ -72,6 +72,7 @@ public: m_Targets.push_back(pTarget);
}
void SetTargetsIsBuild(uint32 Md5_32);
+ void SetTargetsIsBuilding(const fileinfo *pSrc);
};
class IMPLICITRULE
|