KDE_EXPORT in kdelibs and winposix

Brad King brad.king at kitware.com
Sat Feb 18 21:45:09 CET 2006


Ralf Habacker wrote:
>>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

I've just committed changes to CMake to use this option on Cygwin and 
MinGW to create the import library (.dll.a) for a shared library (.dll). 
  It now also uses the "cyg" prefix instead of "lib" prefix for building 
cygwin .dll files (MinGW still uses "lib" but the project can configure 
this).

-Brad


More information about the Kde-buildsystem mailing list