]> 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 2d2a621..0000000
+++ /dev/null
@@ -1,16 +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::list<Target *> &, const std::string &) override;
-       Target *create_install(Target &) const override;
-       Task *run(const Target &) const override;
-};
-
-#endif