]>
Commit | Line | Data |
---|---|---|
a02a5cfc KO |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
7 | ||
8 | <exe id="uiaction" template="wx_sample" template_append="wx_append"> | |
9 | <sources>uiaction.cpp</sources> | |
10 | <wx-lib>core</wx-lib> | |
11 | <wx-lib>base</wx-lib> | |
12 | <uid type="creatorid">wx06</uid> | |
13 | </exe> | |
14 | ||
15 | </makefile> |