X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmingwdlltool.h;h=2930831b9f908b3ccc314bd92f3f42c25c778450;hb=HEAD;hp=d9fb1cbf3bbbadbefebf032790b8e2f45a7d584b;hpb=1ed833343bc83b83c5f61cbfd74423bbba677a04;p=builder.git diff --git a/source/mingwdlltool.h b/source/mingwdlltool.h deleted file mode 100644 index d9fb1cb..0000000 --- a/source/mingwdlltool.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef DLLTOOL_H_ -#define DLLTOOL_H_ - -#include "tool.h" - -class MingwDllTool: public Tool -{ -public: - MingwDllTool(Builder &, const Architecture &); - - Target *create_target(const std::vector &, const std::string &) override; - Target *create_install(Target &) const override; - -private: - static Task *_run(const Target &); -}; - -#endif