wxWidgets/contrib/utils/wxrc/wxrc.bkl
Václav Slavík cecc483e14 XML library moved to the core
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-20 22:15:32 +00:00

15 lines
399 B
XML

<?xml version="1.0" ?>
<makefile>
<include file="../../../build/bakefiles/common_samples.bkl"/>
<include file="../../../build/bakefiles/common_contrib.bkl"/>
<exe id="wxrc" template="wx_util_console" template_append="wx_append">
<define>wxUSE_GUI=0</define>
<sources>wxrc.cpp</sources>
<wx-lib>xml</wx-lib>
<wx-lib>base</wx-lib>
</exe>
</makefile>