]> git.saurik.com Git - wxWidgets.git/blob - utils/ifacecheck/src/ifacecheck.bkl
update bakefile to 0.2.6
[wxWidgets.git] / utils / ifacecheck / src / ifacecheck.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="ifacecheck" template="wx_util_console" template_append="wx_append_base">
9 <sources>
10 ifacecheck.cpp
11 xmlparser.cpp
12 </sources>
13 <headers>xmlparser.h</headers>
14
15 <wx-lib>xml</wx-lib>
16 <wx-lib>base</wx-lib>
17 <install-to>$(BINDIR)</install-to>
18 </exe>
19
20 </makefile>