Document that linking with oleacc.lib is also required now

This wasn't mentioned in the change log before, but is also new since
3.0, see #22507.
This commit is contained in:
Vadim Zeitlin 2022-06-09 17:27:22 +02:00
parent 3423df5fdb
commit 8e3fd46e92

View File

@ -155,7 +155,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`.
- wxMSW now requires linking with uxtheme.lib, shlwapi.lib and version.lib.
- wxMSW now requires linking with a few more system libraries: oleacc.lib,
shlwapi.lib, uxtheme.lib and version.lib.
This is done automatically in most cases, but if you use a static build of
the library with a non-MSVC compiler such as MinGW and do not use wx-config,
then you will need to add these libraries to your make or project files