]> git.tdb.fi Git - builder.git/commit
Library search fixes
authorMikko Rasa <tdb@tdb.fi>
Thu, 6 Sep 2012 11:54:29 +0000 (14:54 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 6 Sep 2012 11:54:29 +0000 (14:54 +0300)
commitb58e16b078df97d8aabf64a8e4d0d8ce37ad3877
treea846f8540e856bcb74542a10d9b9e93f6906d380
parentaa8d09ccd31c59c6499cf624520c20e5684da7ee
Library search fixes

An outdated check was preventing dynamic libraries from being considered
with libmode==STATIC (as opposed for FORCE_STATIC, which doesn't even
generate the candidate names).

Added a hack to prefer import libraries over real static libraries, and
consider them even in FORCE_DYNAMIC mode.
source/architecture.cpp
source/virtualfilesystem.cpp