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:
Vadim Zeitlin
2014-08-09 18:03:23 +00:00
parent c1a2d55dc5
commit afdb989e87
7 changed files with 57 additions and 36 deletions

View File

@@ -22,6 +22,8 @@ Changes in behaviour which may result in build errors
- "webview" library is not included in `wx-config --libs` output any more, you
need to request it explicitly, e.g. `wx-config --libs std,webview`.
- MinGW users will need to add "-lmsimg32" to their makefiles when using
statically linked wxWidgets libraries if not using wx-config.
3.1.0: (released 2014-xx-xx)