wxToggleButton page added to widgets sample.
[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             listbox.cpp
14             notebook.cpp
15             radiobox.cpp
16             slider.cpp
17             spinbtn.cpp
18             static.cpp
19             textctrl.cpp
20             toggle.cpp
21             widgets.cpp
22         </sources>
23         <wx-lib>adv</wx-lib>
24         <wx-lib>html</wx-lib>
25         <wx-lib>core</wx-lib>
26         <wx-lib>base</wx-lib>
27         <win32-res>../sample.rc</win32-res>
28     </exe>
29
30 </makefile>