wxHyperlink page for widgets presentation.
[wxWidgets.git] / samples / widgets / widgets.bkl
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">
7         <sources>
8             button.cpp
9             checkbox.cpp
10             combobox.cpp
11             datepick.cpp
12             gauge.cpp
13             hyperlnk.cpp
14             listbox.cpp
15             notebook.cpp
16             radiobox.cpp
17             slider.cpp
18             spinbtn.cpp
19             static.cpp
20             textctrl.cpp
21             toggle.cpp
22             widgets.cpp
23         </sources>
24         <wx-lib>adv</wx-lib>
25         <wx-lib>html</wx-lib>
26         <wx-lib>core</wx-lib>
27         <wx-lib>base</wx-lib>
28         <win32-res>../sample.rc</win32-res>
29     </exe>
30
31 </makefile>