X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.h;h=cd0342ea47b950ef88c0b25bc3c5427569018e13;hb=7aeaa4ba965f596edad438c02e345a8843f7469a;hp=0d1242f31d96825dd198b4ed23027202d92c1b35;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/staticlibrary.h b/source/staticlibrary.h index 0d1242f..cd0342e 100644 --- a/source/staticlibrary.h +++ b/source/staticlibrary.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef STATICLIB_H_ #define STATICLIB_H_ @@ -6,6 +13,9 @@ class Component; class ObjectFile; +/** +A static library target. +*/ class StaticLibrary: public Target { public: