]>
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 | |
a236aa20 | 11 | choice.cpp |
b2b98dfd | 12 | clrpicker.cpp |
32816f9a WS |
13 | combobox.cpp |
14 | datepick.cpp | |
c4f6d998 | 15 | dirctrl.cpp |
b2b98dfd | 16 | dirpicker.cpp |
27721528 | 17 | editlbox.cpp |
0cf3e587 | 18 | filectrl.cpp |
b2b98dfd WS |
19 | filepicker.cpp |
20 | fontpicker.cpp | |
32816f9a | 21 | gauge.cpp |
f9300d42 | 22 | hyperlnk.cpp |
a236aa20 | 23 | itemcontainer.cpp |
32816f9a WS |
24 | listbox.cpp |
25 | notebook.cpp | |
53a0475d | 26 | odcombobox.cpp |
32816f9a | 27 | radiobox.cpp |
0443b90d | 28 | searchctrl.cpp |
32816f9a WS |
29 | slider.cpp |
30 | spinbtn.cpp | |
31 | static.cpp | |
a30e7029 | 32 | statbmp.cpp |
32816f9a | 33 | textctrl.cpp |
59a2c199 | 34 | timepick.cpp |
32816f9a WS |
35 | toggle.cpp |
36 | widgets.cpp | |
37 | </sources> | |
076218c2 | 38 | <headers>widgets.h itemcontainer.h</headers> |
f2fdc4d5 | 39 | <wx-lib>adv</wx-lib> |
fe0895cf | 40 | <wx-lib>core</wx-lib> |
9c859e43 | 41 | <wx-lib>base</wx-lib> |
f2fdc4d5 | 42 | <win32-res>../sample.rc</win32-res> |
fe0895cf VS |
43 | </exe> |
44 | ||
45 | </makefile> |