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