aboutsummaryrefslogtreecommitdiff
path: root/src/target.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/target.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/target.h b/src/target.h
index 766366a..25af1f4 100644
--- a/src/target.h
+++ b/src/target.h
@@ -19,6 +19,12 @@ public:
19 void addRequires( const Bu::FString &sReq ); 19 void addRequires( const Bu::FString &sReq );
20 void addRequires( const AstBranch *pBr ); 20 void addRequires( const AstBranch *pBr );
21 const StrList &getRequiresList() const; 21 const StrList &getRequiresList() const;
22 /**
23 * This function will get the cached requires if they exist, build them
24 * if they don't. Use this is conditions, but use buildRequires to force
25 * a rebuild even if cached data exists.
26 */
27 void gatherRequires( class Runner &r );
22 void buildRequires( class Runner &r ); 28 void buildRequires( class Runner &r );
23 29
24 void addOutput( const Bu::FString &sOutput ); 30 void addOutput( const Bu::FString &sOutput );