]>
Commit | Line | Data |
---|---|---|
a340b80d | 1 | <?xml version="1.0" ?> |
a340b80d VZ |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="combo" template="wx_sample" template_append="wx_append"> | |
8 | <sources>combo.cpp</sources> | |
c4a04e0f | 9 | <wx-lib>adv</wx-lib> |
a340b80d VZ |
10 | <wx-lib>core</wx-lib> |
11 | <wx-lib>base</wx-lib> | |
a340b80d VZ |
12 | </exe> |
13 | ||
ab82df46 WS |
14 | <wx-data id="data"> |
15 | <files> | |
16 | dropbuth.png | |
17 | dropbutn.png | |
18 | dropbutp.png | |
19 | </files> | |
20 | </wx-data> | |
21 | ||
a340b80d | 22 | </makefile> |