KDE_EXPORT in kdelibs and winposix
Ralf Habacker
ralf.habacker at freenet.de
Thu Feb 9 23:35:46 CET 2006
Brad King schrieb:
> Ralf Habacker wrote:
>
>> BTW: I've tried to link the libkdewin32.dll. Can you say how to create
>> the relating import library with cmake using ld -Wl,-out-implib option ?
>>
update:
the gcc option is -Wl,--out-implib
the ld option is --out-implib
>
> This requires modification of the CMAKE_CXX_CREATE_SHARED_LIBRARY
> variable containing a template for the link line of a shared library.
> It could be done from KDE's CMake code but we will just add the option
> in CMake itself so that other projects can use it too. What is the
> typical naming convention used for these import libraries? Should this
> be "libkdewin32.dll.a" on cygwin and mingw?
>
>
yes.
> Thanks,
> -Brad
> _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
> https://mail.kde.org/mailman/listinfo/kde-buildsystem
>
More information about the Kde-buildsystem
mailing list