X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flink.h;h=ec227c5cf4d5fbb8df3bfaf3e4af1b589d05b0c1;hb=a40db37e1e681d397d4bfc6c893e15945c533b72;hp=eecbcbdc1bb4182c9ad897005a93d159ef16bf53;hpb=59ac0a44d6edf179c01604c6ced744873213f855;p=builder.git diff --git a/source/link.h b/source/link.h index eecbcbd..ec227c5 100644 --- a/source/link.h +++ b/source/link.h @@ -1,15 +1,24 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef LINK_H_ #define LINK_H_ #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