X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=13c4e6798bbc519f100f7bde175f1dceecabdf8c;hb=7e5ac6af8987bf12f3e338d00e96e8cb74f3534b;hp=b61f70a03333a59256590559c7ad6495fceb94e4;hpb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index b61f70a..13c4e67 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -1,4 +1,3 @@ -#include "archive.h" #include "component.h" #include "objectfile.h" #include "sourcepackage.h" @@ -11,14 +10,10 @@ 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); + install_location = "lib"; } Msp::FS::Path StaticLibrary::generate_target_path(const Component &c)