]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Rework the Target class hierarchy
[builder.git] / source / link.h
index 484838854cfd8f74b8aeb62bb1be1408f04b45e9..ec227c5cf4d5fbb8df3bfaf3e4af1b589d05b0c1 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef LINK_H_
 #define LINK_H_
 
@@ -11,7 +18,7 @@ Links object files and libraries to produce an executable.
 class Link: public ExternalAction
 {
 public:
-       Link(Builder &, const Executable &);
+       Link(Builder &, const Binary &);
 };
 
 #endif