X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimportlibrary.cpp;h=435fb30e50218f9446b48b468791d69e90cc5a17;hb=40ab4f61eaf7fc14fc6d1c2ea5eecee21882893a;hp=3cdc103f8ef190aa0cd6d672f1cf985ea620c1cd;hpb=650560b14cac4bb35589b5b8db99197c5e1345cc;p=builder.git diff --git a/source/importlibrary.cpp b/source/importlibrary.cpp index 3cdc103..435fb30 100644 --- a/source/importlibrary.cpp +++ b/source/importlibrary.cpp @@ -10,11 +10,6 @@ using namespace std; using namespace Msp; -ImportLibrary::ImportLibrary(Builder &b, const FS::Path &p): - FileTarget(b, p), - shared_lib(0) -{ } - ImportLibrary::ImportLibrary(Builder &b, const Component &c, SharedLibrary &sl, ExportDefinitions &exp): FileTarget(b, c.get_package(), c.get_package().get_output_directory()/generate_filename(c, sl)), shared_lib(&sl)