]> git.tdb.fi Git - builder.git/blobdiff - source/mingwdlltool.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / mingwdlltool.h
diff --git a/source/mingwdlltool.h b/source/mingwdlltool.h
deleted file mode 100644 (file)
index d9fb1cb..0000000
+++ /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<Target *> &, const std::string &) override;
-       Target *create_install(Target &) const override;
-
-private:
-       static Task *_run(const Target &);
-};
-
-#endif