X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flink.h;h=ccad294fae31678b1ed3ead4f6993ecc9ee95865;hb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;hp=eecbcbdc1bb4182c9ad897005a93d159ef16bf53;hpb=59ac0a44d6edf179c01604c6ced744873213f855;p=builder.git diff --git a/source/link.h b/source/link.h index eecbcbd..ccad294 100644 --- a/source/link.h +++ b/source/link.h @@ -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