X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmingwdlltool.h;h=2930831b9f908b3ccc314bd92f3f42c25c778450;hb=HEAD;hp=039ee7cb05370d734b2273f73c95882544ebaaf7;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/mingwdlltool.h b/source/mingwdlltool.h deleted file mode 100644 index 039ee7c..0000000 --- a/source/mingwdlltool.h +++ /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::vector &, const std::string &) override; - Target *create_install(Target &) const override; - Task *run(const Target &) const override; -}; - -#endif