wxUSE_GUI=0 not needed anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-10-21 14:05:45 +00:00
parent 1315b91d84
commit c2149c93d5
7 changed files with 85 additions and 104 deletions

View File

@@ -3,13 +3,8 @@
<include file="../../build/bakefiles/common_samples.bkl"/>
<set var="MULTILIB_FLAG">
<if cond="MONOLITHIC=='0'">wxUSE_GUI=0</if>
</set>
<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>
</exe>