From 6aedf75408f0a8fa50edf9457b00f413227ec2d8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 21 Sep 2006 15:47:56 +0000 Subject: Added two command line parameters, -i or --info will list available actions, maybe more later. -c or --clean will set all of the commands in the current action to clean, so now you don't have to create clean rules. Also, every viewer should now support stacks of targets, they don't now, and it can look a little funny. --- src/build.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/build.h') diff --git a/src/build.h b/src/build.h index 6e98405..dd8c11b 100644 --- a/src/build.h +++ b/src/build.h @@ -76,6 +76,10 @@ public: void chainTarget( const std::string &sName ); + void printInfo(); + + void setMode( Action::eAction nAct ); + private: TargetMap mTarget; ReqMap mRequires; -- cgit v1.2.3