XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / utils / execmon / execmon.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4     <include file="../../build/bakefiles/common_samples.bkl"/>
5
6     <exe id="execmon" cond="USE_XRC=='1'"
7          template="wx_util_console" template_append="wx_append_base">
8         <sources>execmon.cpp</sources>
9         <wx-lib>base</wx-lib>
10         <install-to>$(BINDIR)</install-to>
11     </exe>
12
13 </makefile>