don't link wxBase against GUI libs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d89d4059c8
commit
21a94f3018
@ -7,7 +7,8 @@
|
||||
<if cond="MONOLITHIC=='0'">wxUSE_GUI=0</if>
|
||||
</set>
|
||||
|
||||
<exe id="console" template="wx_sample_console" template_append="wx_append">
|
||||
<exe id="console" template="wx_sample_console"
|
||||
template_append="wx_append_base">
|
||||
<define>$(MULTILIB_FLAG)</define>
|
||||
<sources>console.cpp</sources>
|
||||
<wx-lib>base</wx-lib>
|
||||
|
Loading…
Reference in New Issue
Block a user