From: Mikko Rasa Date: Fri, 7 Sep 2012 18:37:44 +0000 (+0300) Subject: Install shared libraries on windows to bin, not lib X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4ba3ef9601166127d0782b3e6a3352b71db7ccc9;p=builder.git Install shared libraries on windows to bin, not lib Linking is done through import libraries, so the dlls are only needed for running the application. --- diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 06a9944..e94ffeb 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -22,7 +22,10 @@ SharedLibrary::SharedLibrary(Builder &b, const Component &c, const listget_type()==Component::MODULE) install_location /= package->get_name();