wxWidgets/utils/wxrc/wxrc.bkl

15 lines
405 B
Plaintext
Raw Normal View History

<?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">
<sources>wxrc.cpp</sources>
<wx-lib>xml</wx-lib>
<wx-lib>base</wx-lib>
<install-to>$(BINDIR)</install-to>
</exe>
</makefile>