X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=c25c6f213f3e7c791525aad240259384335c60ac;hb=HEAD;hp=5c2d26fea27f799521c6697fc3803db959ea23f4;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp deleted file mode 100644 index 5c2d26f..0000000 --- a/source/sharedlibrary.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#include "component.h" -#include "sharedlibrary.h" -#include "sourcepackage.h" - -using namespace std; - -SharedLibrary::SharedLibrary(Builder &b, const Component &c, const list &objs): - FileTarget(b, &c.get_package(), generate_target_path(c)), - Binary(b, c, objs), - Library(b, &c.get_package(), path, c.get_name()) -{ }