From ff6852d416d73d07a85537b9c3674204865b6e68 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 25 Apr 2007 04:39:39 +0000 Subject: Groups are better integrated, and now they also auto-generate commands if there isn't already one with the same name. --- src/build.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/build.h') diff --git a/src/build.h b/src/build.h index 768d211..0bbad0e 100644 --- a/src/build.h +++ b/src/build.h @@ -45,6 +45,7 @@ public: void addRequires( const std::string &who, const std::string &what ); void addRule( Rule *pRule ); void addAction( Action *pAction ); + bool hasAction( const std::string &str ); void addToGroup( const std::string &sGroup, Target *pTarget ); void set( const std::string &cont, const std::string &var, const std::string &val ); -- cgit v1.2.3