From kde-windows Sun Aug 30 15:28:43 2009 From: Christian Ehrlicher Date: Sun, 30 Aug 2009 15:28:43 +0000 To: kde-windows Subject: Re: Real solution for findLibraryInternal() Message-Id: <4A9A9AAB.8040101 () gmx ! de> X-MARC-Message: https://marc.info/?l=kde-windows&m=125164615204665 Carlo schrieb: > On Sun, Aug 30, 2009 at 4:46 PM, Christian Ehrlicher wrote: >> Hi, >> >> since nobody cares here's the reason why loading plugins on windows >> doesn't work anymore. r990265 adds the lib prefix no matter if we're on >> windows or not. I don't know why cygwin should be supported at all but >> this checkin definitifly breaks any plugin on windows... >> >> I've reverted it to make plugins work again. This should also fix bug >> 204874 which was fixed wrong but nobody cared either until someone did a >> clean install on linux... >> >> Christian >> _______________________________________________ >> Kde-windows mailing list >> Kde-windows@kde.org >> https://mail.kde.org/mailman/listinfo/kde-windows >> > > what about mingw? afaik to differentiate mingw and msvc the mingw > libraries/plugins always use lib prefix while msvc never use it kde4_add_plugin creates a MODULE, not a library. So no lib prefix for mingw here. If this wouldn't be the case it wouldn't have worked for mingw since kde4.0. Christian _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows