remove colour/pen/brush arguments which are the default in the samples
[wxWidgets.git] / samples / widgets / widgets.bkl
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             choice.cpp
13             clrpicker.cpp
14             combobox.cpp
15             datepick.cpp
16             dirctrl.cpp
17             dirpicker.cpp
18             editlbox.cpp
19             filectrl.cpp
20             filepicker.cpp
21             fontpicker.cpp
22             gauge.cpp
23             hyperlnk.cpp
24             itemcontainer.cpp
25             listbox.cpp
26             notebook.cpp
27             odcombobox.cpp
28             radiobox.cpp
29             searchctrl.cpp
30             slider.cpp
31             spinbtn.cpp
32             static.cpp
33             statbmp.cpp
34             textctrl.cpp
35             timepick.cpp
36             toggle.cpp
37             widgets.cpp
38         </sources>
39         <headers>widgets.h itemcontainer.h</headers>
40         <wx-lib>adv</wx-lib>
41         <wx-lib>core</wx-lib>
42         <wx-lib>base</wx-lib>
43         <win32-res>../sample.rc</win32-res>
44     </exe>
45
46 </makefile>