X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatatool.h;h=e89861240a78291edd647d4fe3d8b4f084ee8499;hb=HEAD;hp=f2720c005b3622e657a8309e17c8e58ca6e308b8;hpb=9e28243c9687608ec3c32954b4031490296ae877;p=builder.git diff --git a/source/datatool.h b/source/datatool.h deleted file mode 100644 index f2720c0..0000000 --- a/source/datatool.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef DATACOMPILER_H_ -#define DATACOMPILER_H_ - -#include "tool.h" - -class DataTool: public Tool -{ -public: - DataTool(Builder &); - - virtual Target *create_source(const Component &, const Msp::FS::Path &) const; - virtual Target *create_target(const std::list &, const std::string &); -private: - virtual void do_prepare(); -public: - virtual Task *run(const Target &) const; -}; - -#endif