]>
Commit | Line | Data |
---|---|---|
5934cda1 | 1 | <?xml version="1.0" ?> |
5ceba28d | 2 | |
5934cda1 FM |
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"> | |
cbff0d0e FM |
8 | <sources> |
9 | ifacecheck.cpp | |
10 | xmlparser.cpp | |
11 | </sources> | |
12 | <headers>xmlparser.h</headers> | |
13 | ||
5934cda1 FM |
14 | <wx-lib>xml</wx-lib> |
15 | <wx-lib>base</wx-lib> | |
16 | <install-to>$(BINDIR)</install-to> | |
17 | </exe> | |
18 | ||
19 | </makefile> |