diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-04-25 04:39:39 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-04-25 04:39:39 +0000 |
commit | ff6852d416d73d07a85537b9c3674204865b6e68 (patch) | |
tree | 698f10b1b510f11fd5f3484dfb71beea23d1413c /src/build.h | |
parent | f88e5c349ff0107ac4a13ae00180f767741f88d1 (diff) | |
download | build-ff6852d416d73d07a85537b9c3674204865b6e68.tar.gz build-ff6852d416d73d07a85537b9c3674204865b6e68.tar.bz2 build-ff6852d416d73d07a85537b9c3674204865b6e68.tar.xz build-ff6852d416d73d07a85537b9c3674204865b6e68.zip |
Groups are better integrated, and now they also auto-generate commands if there
isn't already one with the same name.
Diffstat (limited to '')
-rw-r--r-- | src/build.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
45 | void addRequires( const std::string &who, const std::string &what ); | 45 | void addRequires( const std::string &who, const std::string &what ); |
46 | void addRule( Rule *pRule ); | 46 | void addRule( Rule *pRule ); |
47 | void addAction( Action *pAction ); | 47 | void addAction( Action *pAction ); |
48 | bool hasAction( const std::string &str ); | ||
48 | void addToGroup( const std::string &sGroup, Target *pTarget ); | 49 | void addToGroup( const std::string &sGroup, Target *pTarget ); |
49 | 50 | ||
50 | void set( const std::string &cont, const std::string &var, const std::string &val ); | 51 | void set( const std::string &cont, const std::string &var, const std::string &val ); |