]> git.tdb.fi Git - builder.git/blob - source/link.h
Support building static libraries (but not using them yet)
[builder.git] / source / link.h
1 #ifndef LINK_H_
2 #define LINK_H_
3
4 #include "externalaction.h"
5
6 class Executable;
7
8 class Link: public ExternalAction
9 {
10 public:
11         Link(Builder &, const Executable &);
12 };
13
14 #endif