Link with lexilla library too in MSVS-specific wx/setup.h

Make auto-linking work again when using wxSTC: we need to link with
lexilla too since 3ed5e42441 (Merge branch 'scintilla-5.0' of
https://github.com/MaartenBent/wxWidgets, 2023-02-20).
This commit is contained in:
Vadim Zeitlin 2023-03-08 18:24:38 +00:00
parent 9b0ebf2c3a
commit 9e92e5e198

View file

@ -186,6 +186,7 @@
#endif
#if wxUSE_STC && !defined(wxNO_STC_LIB)
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("scintilla"))
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("lexilla"))
#endif
#endif // !defined(WXUSINGDLL)