]>
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 | |
a236aa20 | 12 | choice.cpp |
b2b98dfd | 13 | clrpicker.cpp |
32816f9a WS |
14 | combobox.cpp |
15 | datepick.cpp | |
c4f6d998 | 16 | dirctrl.cpp |
b2b98dfd | 17 | dirpicker.cpp |
27721528 | 18 | editlbox.cpp |
0cf3e587 | 19 | filectrl.cpp |
b2b98dfd WS |
20 | filepicker.cpp |
21 | fontpicker.cpp | |
32816f9a | 22 | gauge.cpp |
f9300d42 | 23 | hyperlnk.cpp |
a236aa20 | 24 | itemcontainer.cpp |
32816f9a WS |
25 | listbox.cpp |
26 | notebook.cpp | |
53a0475d | 27 | odcombobox.cpp |
32816f9a | 28 | radiobox.cpp |
0443b90d | 29 | searchctrl.cpp |
32816f9a WS |
30 | slider.cpp |
31 | spinbtn.cpp | |
32 | static.cpp | |
a30e7029 | 33 | statbmp.cpp |
32816f9a WS |
34 | textctrl.cpp |
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> |