X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatatool.h;h=e89861240a78291edd647d4fe3d8b4f084ee8499;hb=HEAD;hp=1cddebb6e58fdbcd467c232458461b3e141da0b4;hpb=1ed833343bc83b83c5f61cbfd74423bbba677a04;p=builder.git diff --git a/source/datatool.h b/source/datatool.h deleted file mode 100644 index 1cddebb..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 &); - - Target *create_source(const Component &, const Msp::FS::Path &) const override; - Target *create_target(const std::vector &, const std::string &) override; - std::string create_build_signature(const BuildInfo &) const override; - -private: - static Task *_run(const Target &); -}; - -#endif