X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fimportlibrary.cpp;h=435fb30e50218f9446b48b468791d69e90cc5a17;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=9d2ea8fae42da17f392d6913e0bdd1d8181c4121;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/importlibrary.cpp b/source/importlibrary.cpp index 9d2ea8f..435fb30 100644 --- a/source/importlibrary.cpp +++ b/source/importlibrary.cpp @@ -10,10 +10,6 @@ using namespace std; using namespace Msp; -ImportLibrary::ImportLibrary(Builder &b, const FS::Path &p): - FileTarget(b, p) -{ } - 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)