X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.h;h=cb27138abe6d67f7264747c12194568e60aebc8c;hb=f5d3127099bc41f986094eb98732849ee9bfb748;hp=83ae10594bf30bf7946e40facbcdf9a158cc3990;hpb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;p=builder.git diff --git a/source/staticlibrary.h b/source/staticlibrary.h index 83ae105..cb27138 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_ @@ -15,10 +22,11 @@ public: StaticLibrary(Builder &, const Component &, const std::list &); const char *get_type() const { return "StaticLibrary"; } const Component &get_component() const { return comp; } - Action *build(); private: const Component ∁ + virtual Action *create_action(); + std::string generate_target_name(const Component &); };