]> git.tdb.fi Git - builder.git/blobdiff - plugins/builtin/vcxprojectgenerator.h
Convert builtin tools into a plugin
[builder.git] / plugins / builtin / vcxprojectgenerator.h
diff --git a/plugins/builtin/vcxprojectgenerator.h b/plugins/builtin/vcxprojectgenerator.h
deleted file mode 100644 (file)
index ce96a54..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef VCXPROJECTGENERATOR_H_
-#define VCXPROJECTGENERATOR_H_
-
-#include <msp/builder/tool.h>
-
-class VcxProjectFile;
-
-class VcxProjectGenerator: public Tool
-{
-public:
-       VcxProjectGenerator(Builder &);
-
-       Target *create_target(const std::vector<Target *> &, const std::string &) override;
-
-private:
-       static bool _run(const VcxProjectFile &);
-};
-
-#endif