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

Ralf Habacker ralf.habacker at freenet.de
Thu Oct 4 21:49:33 CEST 2007


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


Ralf




More information about the Kde-windows mailing list