]>
Commit | Line | Data |
---|---|---|
fe0895cf | 1 | <?xml version="1.0" ?> |
b2b98dfd | 2 | <!-- $Id$ --> |
fe0895cf VS |
3 | <makefile> |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="widgets" template="wx_sample" template_append="wx_append"> | |
32816f9a | 8 | <sources> |
95a46303 | 9 | bmpcombobox.cpp |
32816f9a WS |
10 | button.cpp |
11 | checkbox.cpp | |
b2b98dfd | 12 | clrpicker.cpp |
32816f9a WS |
13 | combobox.cpp |
14 | datepick.cpp | |
c4f6d998 | 15 | dirctrl.cpp |
b2b98dfd WS |
16 | dirpicker.cpp |
17 | filepicker.cpp | |
18 | fontpicker.cpp | |
32816f9a | 19 | gauge.cpp |
f9300d42 | 20 | hyperlnk.cpp |
32816f9a WS |
21 | listbox.cpp |
22 | notebook.cpp | |
53a0475d | 23 | odcombobox.cpp |
32816f9a | 24 | radiobox.cpp |
0443b90d | 25 | searchctrl.cpp |
32816f9a WS |
26 | slider.cpp |
27 | spinbtn.cpp | |
28 | static.cpp | |
29 | textctrl.cpp | |
30 | toggle.cpp | |
31 | widgets.cpp | |
32 | </sources> | |
0f64eb0b | 33 | <wx-lib>xml</wx-lib> |
f2fdc4d5 WS |
34 | <wx-lib>adv</wx-lib> |
35 | <wx-lib>html</wx-lib> | |
fe0895cf | 36 | <wx-lib>core</wx-lib> |
9c859e43 | 37 | <wx-lib>base</wx-lib> |
f2fdc4d5 | 38 | <win32-res>../sample.rc</win32-res> |
fe0895cf VS |
39 | </exe> |
40 | ||
41 | </makefile> |