]>
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 | |
f9300d42 | 13 | hyperlnk.cpp |
32816f9a WS |
14 | listbox.cpp |
15 | notebook.cpp | |
137c8bde WS |
16 | clrpicker.cpp |
17 | fontpicker.cpp | |
18 | filepicker.cpp | |
19 | dirpicker.cpp | |
53a0475d | 20 | odcombobox.cpp |
32816f9a WS |
21 | radiobox.cpp |
22 | slider.cpp | |
23 | spinbtn.cpp | |
24 | static.cpp | |
25 | textctrl.cpp | |
26 | toggle.cpp | |
27 | widgets.cpp | |
28 | </sources> | |
0f64eb0b | 29 | <wx-lib>xml</wx-lib> |
f2fdc4d5 WS |
30 | <wx-lib>adv</wx-lib> |
31 | <wx-lib>html</wx-lib> | |
fe0895cf | 32 | <wx-lib>core</wx-lib> |
9c859e43 | 33 | <wx-lib>base</wx-lib> |
f2fdc4d5 | 34 | <win32-res>../sample.rc</win32-res> |
fe0895cf VS |
35 | </exe> |
36 | ||
37 | </makefile> |