diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-02 08:04:19 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-02 08:04:19 +0000 |
commit | 4ab0bf24ac9634a12a4a518edecae1d42fa331d9 (patch) | |
tree | 75b386895c987bd6f8575140d8c6aa48318ece96 /src/filetarget.h | |
parent | 062fcfb96c56ecfb69b8c3162ced65b63e863752 (diff) | |
download | build-4ab0bf24ac9634a12a4a518edecae1d42fa331d9.tar.gz build-4ab0bf24ac9634a12a4a518edecae1d42fa331d9.tar.bz2 build-4ab0bf24ac9634a12a4a518edecae1d42fa331d9.tar.xz build-4ab0bf24ac9634a12a4a518edecae1d42fa331d9.zip |
Fixed a few minor bugs and added the new viewer system, it allows you to add new
front ends that will display what build is doing in any way you want. cool!
So far we have plain and percent, verbose and make are coming, make should be
really easy, just print out the commands and nothing else.
Diffstat (limited to '')
-rw-r--r-- | src/filetarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filetarget.h b/src/filetarget.h index 856e854..c78c2fd 100644 --- a/src/filetarget.h +++ b/src/filetarget.h | |||
@@ -21,7 +21,7 @@ public: | |||
21 | virtual void check( class Builder &bld ); | 21 | virtual void check( class Builder &bld ); |
22 | virtual void clean( class Builder &bld ); | 22 | virtual void clean( class Builder &bld ); |
23 | 23 | ||
24 | time_t getTime( std::string str ); | 24 | time_t getTime( class Builder &bld, std::string str ); |
25 | void updateTime( std::string str ); | 25 | void updateTime( std::string str ); |
26 | 26 | ||
27 | private: | 27 | private: |