Howto to release msvc import libraries and static libraries for the same target

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Thu Oct 4 22:07:27 CEST 2007


Ralf Habacker schrieb:
> Hi,
> 
> on mingw it is possible to release shared libraries and static libraries 
> for the same target together
> 
> libtarget.dll.a  -> import library
> libtarget.a       -> static library
> 
> Does anyone have an idea how to do similar with msvc ?
> 
> Would the following work ?
> 
> target.lib -> import library
> libtarget.lib -> static library
> 
This does not work because we've  currently something like this

libfoo.dll (created by mingw)
libfoo.dll.a
libfoo.lib

maybe add a -static --> libfoo-static.lib, or libfoo.static.lib


Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-windows/attachments/20071004/2b8e5ac2/attachment.pgp 


More information about the Kde-windows mailing list