Merge branch 'msvc-setup_h-monolithic'

Add support for auto-linking monolithic library when using MSVC too.

Closes https://github.com/wxWidgets/wxWidgets/pull/806
This commit is contained in:
Vadim Zeitlin
2018-05-31 01:22:42 +02:00
2 changed files with 79 additions and 61 deletions

View File

@@ -94,6 +94,7 @@ wxMSW:
- Fix stack corruption when using wxStackWalker (srfisk).
- Fix positioning windows at positions >= SHORT_MAX (Cătălin Răceanu).
- Honour alignment flags for multiline buttons using custom colours too.
- Support MSVC auto-linking when using monolithic build too (PB).
wxOSX: