From d19ada0aa88aba1c7b439035c0028440ac860ec3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Sep 2006 00:22:33 +0000 Subject: Build now builds, it has viewers, and dependancy checking, and everything works. Now we have to add cleaning, caching, and more viewer hooks / viewers. --- src/targetfile.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/targetfile.h') diff --git a/src/targetfile.h b/src/targetfile.h index 37e6770..368e252 100644 --- a/src/targetfile.h +++ b/src/targetfile.h @@ -2,6 +2,10 @@ #define TARGET_FILE_H #include +#include +#include +#include +#include #include "target.h" @@ -14,8 +18,11 @@ public: virtual void check( Build &bld ); virtual void clean( Build &bld ); -private: + time_t getTime( class Build &bld, std::string str ); + void updateTime( std::string str ); +private: + std::map mTimes; }; #endif -- cgit v1.2.3