X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flink.h;h=d58d821ccd1ab41c365fdf395f642cec4a797937;hb=refs%2Ftags%2F0.9;hp=63ebf356548c8f80fdb06c10f1b7d1fbf77587d2;hpb=4fcc283a4bb1f695bd124006906bcdaba053193f;p=builder.git diff --git a/source/link.h b/source/link.h index 63ebf35..d58d821 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,6 +12,9 @@ class Executable; +/** +Links object files and libraries to produce an executable. +*/ class Link: public ExternalAction { public: