]> git.tdb.fi Git - builder.git/blobdiff - source/staticlibrary.cpp
Make BuildInfo able to handle chained dependencies
[builder.git] / source / staticlibrary.cpp
index c5998867ecb2368a11b3cd0bb59648d84e6442fb..f69f98f85fd141e7e0a386d7be01c6c3bf44780e 100644 (file)
@@ -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"
@@ -23,11 +15,6 @@ StaticLibrary::StaticLibrary(Builder &b, const Component &c, const list<ObjectFi
                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");