remove unneeded dependencies from bakefiles and regenerate the make/project files...
[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             filectrl.cpp
19             filepicker.cpp
20             fontpicker.cpp
21             gauge.cpp
22             hyperlnk.cpp
23             itemcontainer.cpp
24             listbox.cpp
25             notebook.cpp
26             odcombobox.cpp
27             radiobox.cpp
28             searchctrl.cpp
29             slider.cpp
30             spinbtn.cpp
31             static.cpp
32             statbmp.cpp
33             textctrl.cpp
34             toggle.cpp
35             widgets.cpp
36         </sources>
37         <wx-lib>adv</wx-lib>
38         <wx-lib>core</wx-lib>
39         <wx-lib>base</wx-lib>
40         <win32-res>../sample.rc</win32-res>
41     </exe>
42
43 </makefile>