X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flink.h;h=ec227c5cf4d5fbb8df3bfaf3e4af1b589d05b0c1;hb=a40db37e1e681d397d4bfc6c893e15945c533b72;hp=63ebf356548c8f80fdb06c10f1b7d1fbf77587d2;hpb=4fcc283a4bb1f695bd124006906bcdaba053193f;p=builder.git diff --git a/source/link.h b/source/link.h index 63ebf35..ec227c5 100644 --- a/source/link.h +++ b/source/link.h @@ -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_ @@ -5,10 +12,13 @@ class Executable; +/** +Links object files and libraries to produce an executable. +*/ class Link: public ExternalAction { public: - Link(Builder &, const Executable &); + Link(Builder &, const Binary &); }; #endif