The rounded corners look really dumb at this size.
[wxWidgets.git] / utils / ifacecheck / src / ifacecheck.bkl
1 <?xml version="1.0" ?>
2
3 <makefile>
4
5     <include file="../../../build/bakefiles/common_samples.bkl"/>
6
7     <exe id="ifacecheck" template="wx_util_console" template_append="wx_append_base">
8         <sources>
9             ifacecheck.cpp
10             xmlparser.cpp
11         </sources>
12         <headers>xmlparser.h</headers>
13
14         <wx-lib>xml</wx-lib>
15         <wx-lib>base</wx-lib>
16         <install-to>$(BINDIR)</install-to>
17     </exe>
18
19 </makefile>