X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmingwdlltool.h;h=2930831b9f908b3ccc314bd92f3f42c25c778450;hb=HEAD;hp=796da75024f6876cce0657522d0f1610bed5156e;hpb=9e28243c9687608ec3c32954b4031490296ae877;p=builder.git diff --git a/source/mingwdlltool.h b/source/mingwdlltool.h deleted file mode 100644 index 796da75..0000000 --- a/source/mingwdlltool.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef DLLTOOL_H_ -#define DLLTOOL_H_ - -#include "tool.h" - -class MingwDllTool: public Tool -{ -public: - MingwDllTool(Builder &, const Architecture &); - - virtual Target *create_target(const std::list &, const std::string &); - virtual Target *create_install(Target &) const; - -private: - virtual void do_prepare(); - -public: - virtual Task *run(const Target &) const; -}; - -#endif