Only link with libwxscintilla if using Scintilla is enabled.
Correct the changes of r74408 to avoid using libwxscintilla if we don't build it at all. See #13837. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -636,7 +636,7 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
|
||||
</set>
|
||||
|
||||
<set var="LIB_SCINTILLA_IF_MONO">
|
||||
<if cond="MONOLITHIC=='1'">$(LIB_SCINTILLA)</if>
|
||||
<if cond="MONOLITHIC=='1' and USE_STC=='1'">$(LIB_SCINTILLA)</if>
|
||||
</set>
|
||||
|
||||
<template id="wx_append_base" template_append="wx_append_base_nomono">
|
||||
|
Reference in New Issue
Block a user