libtool-patches
[Top][All Lists]
Advanced

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

[8/11] Native MSVC support (dashl-xform)


From: Peter Rosin
Subject: [8/11] Native MSVC support (dashl-xform)
Date: Tue, 10 Jul 2007 23:32:16 +0200
User-agent: Mutt/1.5.12-2006-07-14

MSVC doesn't support the -l option, instead it expects the exact library
file name. Retain the -l option as long as possible as libtool
recognizes -l internally. Then, as late as possible transform the -l
option to an exact file name (-lfoo -> foo.lib).

        * libltdl/m4/libtool.m4: Add tag variable dashl_xform which
        specifies how to transform -l options for the linker.
        * libltdl/config/ltmain.m4sh (func_mode_link): Transform -l
        options using dashl_xform right before creating the
        program or library.

Attachment: dashl-xform.patch
Description: Text document


reply via email to

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