]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Replace per-file copyright notices with a single file
[builder.git] / source / link.h
index eecbcbdc1bb4182c9ad897005a93d159ef16bf53..ccad294fae31678b1ed3ead4f6993ecc9ee95865 100644 (file)
@@ -3,13 +3,15 @@
 
 #include "externalaction.h"
 
-class Component;
 class Executable;
 
+/**
+Links object files and libraries to produce an executable.
+*/
 class Link: public ExternalAction
 {
 public:
-       Link(Builder &, const Executable &, const Component &);
+       Link(Builder &, const Binary &);
 };
 
 #endif