]> git.ipfire.org Git - thirdparty/libtool.git/commit
For MSVC, embed the manifest as a resource in the executable.
authorPeter Rosin <peda@lysator.liu.se>
Tue, 12 Aug 2008 07:02:32 +0000 (09:02 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 13 Jan 2009 09:04:09 +0000 (10:04 +0100)
commit9f550cb81d4dfe4fc8962f23a7eccb1152e5c4a5
tree1eb0451664554466c19306f5bae73290331d7312
parent5b9cabda803d10ba01b7b38e2731d4927e4c0024
For MSVC, embed the manifest as a resource in the executable.

* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) <postlink_cmds>:
New tag variable.
[ cygwin, mingw, cegcc ] <cl*>: Embed the manifest file as a
resource.
(_LT_LANG_CXX_CONFIG): Likewise.
* libltdl/config/ltmain.m4sh (func_mode_link): After linking
a program, replace @OUTPUT@ in $postlink_cmds and then execute
the commands.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/config/ltmain.m4sh
libltdl/m4/libtool.m4