X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=f69f98f85fd141e7e0a386d7be01c6c3bf44780e;hb=51d5a0f618faabfce9a0a5d5dd64b0b0d52b97cb;hp=b7e4eff1d43941391393986f92c1acecd1bdab43;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index b7e4eff..f69f98f 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -1,11 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#include "archive.h" #include "component.h" #include "objectfile.h" #include "sourcepackage.h" @@ -18,16 +10,11 @@ StaticLibrary::StaticLibrary(Builder &b, const Component &c, const list::const_iterator i=objs.begin(); i!=objs.end(); ++i) add_depend(*i); } -Action *StaticLibrary::create_action() -{ - return new Archive(builder, *this); -} - Msp::FS::Path StaticLibrary::generate_target_path(const Component &c) { return c.get_package().get_out_dir()/("lib"+c.get_name()+".a");