On Sat, 2009-02-21 at 09:45 +0100, Ralf Wildenhues wrote:
> Hello,
>
> * LRN wrote on Sat, Feb 21, 2009 at 07:53:24AM CET:
> > I have a project that uses autoconf/automake/libtool, and it produces
> > shared libraries (on Windows that would be .dll) and static libraries
> > (.a). Which modificatio
LRN wrote:
I have a project that uses autoconf/automake/libtool, and it produces
shared libraries (on Windows that would be .dll) and static libraries
(.a). Which modifications are necessary for it to start outputing .lib
libraries (the ones that could be linked with link.exe) along with
.dll's?
Hello,
* LRN wrote on Sat, Feb 21, 2009 at 07:53:24AM CET:
> I have a project that uses autoconf/automake/libtool, and it produces
> shared libraries (on Windows that would be .dll) and static libraries
> (.a). Which modifications are necessary for it to start outputing .lib
> libraries (the ones
I have a project that uses autoconf/automake/libtool, and it produces
shared libraries (on Windows that would be .dll) and static libraries
(.a). Which modifications are necessary for it to start outputing .lib
libraries (the ones that could be linked with link.exe) along with
.dll's? I can hack co