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:
parent
9b0ebf2c3a
commit
9e92e5e198
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue