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