X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffiletarget.h;h=30cd3df3ec3fae9486761e8cf403c8df582dc9ce;hb=c8dfe708b5551818dad3f6cf3e86cc72fe684572;hp=2319066b05acbb6994cc2082365ad8fd06449091;hpb=8818c970f123a7fa44bf41bc60369217d083b4da;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 2319066..30cd3df 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -20,6 +20,7 @@ protected: FileTarget(Builder &, const SourcePackage &, const Msp::FS::Path &); private: void init(const SourcePackage *); + void stat(); static std::string generate_name(Builder &, const SourcePackage *, const Msp::FS::Path &); public: @@ -40,6 +41,9 @@ protected: public: virtual Task *build(); + +protected: + virtual void build_finished(bool); }; #endif