]> git.tdb.fi Git - builder.git/commit
Install shared libraries on windows to bin, not lib
authorMikko Rasa <tdb@tdb.fi>
Fri, 7 Sep 2012 18:37:44 +0000 (21:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 7 Sep 2012 18:37:44 +0000 (21:37 +0300)
commit4ba3ef9601166127d0782b3e6a3352b71db7ccc9
tree80f6e412065ab4bfdc26835946b62b24ca8eb2ae
parent82ae60a647ebb9567f7177c353245f4d72faaf5e
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.
source/sharedlibrary.cpp