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