libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

old_archive_from_new_cmds and MSVC (was: Re: msvs support)


From: Peter Ekberg
Subject: old_archive_from_new_cmds and MSVC (was: Re: msvs support)
Date: Tue, 14 Feb 2006 10:59:31 +0100
User-agent: Mutt/1.5.11

Hi Ralf,

Thanks for the review!

*big snip*

> | -      # The linker will automatically build a .lib file if we build a DLL.
> | -      _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'

*rather big snip*

> | +     # The linker will not automatically build a static lib if we build a 
> DLL.
> | +     # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
> 
> Erm, was this commented out for a reason?
> (Sorry if we've been through this before and I forgot about it).

While it is true that MSVC creates a .lib file when you create
a .dll, this .lib file is an import library. I am out on a limb
here, but I assumed that old_archive_from_new_cmds was supposed
to create a static lib, not an import lib. So I changed the
comment and commented out the code. Is my assumption correct?
Should I zap the thing completely to avoid future confusion?

Cheers,
Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]