]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Builder can build itself now.
[builder.git] / source / link.h
diff --git a/source/link.h b/source/link.h
new file mode 100644 (file)
index 0000000..eecbcbd
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef LINK_H_
+#define LINK_H_
+
+#include "externalaction.h"
+
+class Component;
+class Executable;
+
+class Link: public ExternalAction
+{
+public:
+       Link(Builder &, const Executable &, const Component &);
+};
+
+#endif