]>
Commit | Line | Data |
---|---|---|
fe0895cf VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="widgets" template="wx_sample" template_append="wx_append"> | |
32816f9a WS |
7 | <sources> |
8 | button.cpp | |
9 | checkbox.cpp | |
10 | combobox.cpp | |
11 | datepick.cpp | |
12 | gauge.cpp | |
13 | listbox.cpp | |
14 | notebook.cpp | |
15 | radiobox.cpp | |
16 | slider.cpp | |
17 | spinbtn.cpp | |
18 | static.cpp | |
19 | textctrl.cpp | |
20 | toggle.cpp | |
21 | widgets.cpp | |
22 | </sources> | |
f2fdc4d5 WS |
23 | <wx-lib>adv</wx-lib> |
24 | <wx-lib>html</wx-lib> | |
fe0895cf | 25 | <wx-lib>core</wx-lib> |
9c859e43 | 26 | <wx-lib>base</wx-lib> |
f2fdc4d5 | 27 | <win32-res>../sample.rc</win32-res> |
fe0895cf VS |
28 | </exe> |
29 | ||
30 | </makefile> |