X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmingwdlltool.h;h=2930831b9f908b3ccc314bd92f3f42c25c778450;hb=HEAD;hp=25a1e10377af8ec6d0291433ab263b1dcee31127;hpb=82ae60a647ebb9567f7177c353245f4d72faaf5e;p=builder.git diff --git a/source/mingwdlltool.h b/source/mingwdlltool.h deleted file mode 100644 index 25a1e10..0000000 --- a/source/mingwdlltool.h +++ /dev/null @@ -1,17 +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 &) const; - virtual Target *create_install(Target &) const; - - virtual Task *run(const Target &) const; -}; - -#endif