Link wxMSW with msimg32.lib now that AlphaBlend() is used statically.
Implicitly link msimg32.lib in when using MSVC and add it to MinGW (and Borland) makefiles. This should have been part of r77029. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -23051,7 +23051,8 @@ if test "$wxUSE_GUI" = "yes"; then
|
||||
|
||||
case "${host}" in
|
||||
*-*-mingw32* )
|
||||
WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
|
||||
GUI_TK_LIBRARY="-lmsimg32"
|
||||
WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows $GUI_TK_LIBRARY"
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user