diff options
author | marha <marha@users.sourceforge.net> | 2010-08-04 09:37:27 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-04 09:37:27 +0000 |
commit | f19a1f2d41337986c94cecfd348aca32a5445993 (patch) | |
tree | b50688dc07bfb1afadb4649d175bcbc64f1eb754 /tools/mhmake/src/mhmakefileparser.h | |
parent | 240baf59a219841c5f8942c82f7ed61da9d2323b (diff) | |
download | vcxsrv-f19a1f2d41337986c94cecfd348aca32a5445993.tar.gz vcxsrv-f19a1f2d41337986c94cecfd348aca32a5445993.tar.bz2 vcxsrv-f19a1f2d41337986c94cecfd348aca32a5445993.zip |
Added possibility to force a dependency scan on a target with .AUTODEPS
Diffstat (limited to 'tools/mhmake/src/mhmakefileparser.h')
-rw-r--r-- | tools/mhmake/src/mhmakefileparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mhmake/src/mhmakefileparser.h b/tools/mhmake/src/mhmakefileparser.h index b37e96466..048435f34 100644 --- a/tools/mhmake/src/mhmakefileparser.h +++ b/tools/mhmake/src/mhmakefileparser.h @@ -198,6 +198,7 @@ public: m_RuleThatIsBuild=NULL;
}
void UpdateAutomaticDependencies(const refptr<fileinfo> &Target);
+ void UpdateNoRuleAutomaticDependencies(const refptr<fileinfo> &Target);
const refptr<fileinfoarray> GetIncludeDirs() const;
void GetAutoDeps(const refptr<fileinfo> &FirstDep,set< refptr<fileinfo> > &Autodeps);
void SaveAutoDepsFile();
|