]> git.tdb.fi Git - builder.git/blob - source/link.h
Builder can build itself now.
[builder.git] / source / link.h
1 #ifndef LINK_H_
2 #define LINK_H_
3
4 #include "externalaction.h"
5
6 class Component;
7 class Executable;
8
9 class Link: public ExternalAction
10 {
11 public:
12         Link(Builder &, const Executable &, const Component &);
13 };
14
15 #endif