]> git.tdb.fi Git - builder.git/blobdiff - source/lib/importlibrary.cpp
Remove ExportDefinitions from ImportLibrary's constructor
[builder.git] / source / lib / importlibrary.cpp
index 435fb30e50218f9446b48b468791d69e90cc5a17..190b079c1a05b3e23c32f79f306eb2aa41b076c2 100644 (file)
 using namespace std;
 using namespace Msp;
 
-ImportLibrary::ImportLibrary(Builder &b, const Component &c, SharedLibrary &sl, ExportDefinitions &exp):
+ImportLibrary::ImportLibrary(Builder &b, const Component &c, SharedLibrary &sl):
        FileTarget(b, c.get_package(), c.get_package().get_output_directory()/generate_filename(c, sl)),
        shared_lib(&sl)
 {
        component = &c;
-       add_dependency(exp);
        shared_lib->set_import_library(this);
 
        install_location = "lib";