]>
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"> | |
f2fdc4d5 | 7 | <sources>button.cpp checkbox.cpp combobox.cpp datepick.cpp gauge.cpp listbox.cpp |
8941fa88 VZ |
8 | notebook.cpp radiobox.cpp slider.cpp spinbtn.cpp static.cpp |
9 | textctrl.cpp widgets.cpp</sources> | |
f2fdc4d5 WS |
10 | <wx-lib>adv</wx-lib> |
11 | <wx-lib>html</wx-lib> | |
fe0895cf | 12 | <wx-lib>core</wx-lib> |
9c859e43 | 13 | <wx-lib>base</wx-lib> |
f2fdc4d5 | 14 | <win32-res>../sample.rc</win32-res> |
fe0895cf VS |
15 | </exe> |
16 | ||
17 | </makefile> |