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