]> git.saurik.com Git - wxWidgets.git/blame - samples/widgets/widgets.bkl
Rebake the rest of the files after TOOLKIT change in MSW bakefile.
[wxWidgets.git] / samples / widgets / widgets.bkl
CommitLineData
fe0895cf 1<?xml version="1.0" ?>
b2b98dfd 2<!-- $Id$ -->
fe0895cf
VS
3<makefile>
4
5 <include file="../../build/bakefiles/common_samples.bkl"/>
6
7 <exe id="widgets" template="wx_sample" template_append="wx_append">
32816f9a 8 <sources>
95a46303 9 bmpcombobox.cpp
32816f9a
WS
10 button.cpp
11 checkbox.cpp
a236aa20 12 choice.cpp
b2b98dfd 13 clrpicker.cpp
32816f9a
WS
14 combobox.cpp
15 datepick.cpp
c4f6d998 16 dirctrl.cpp
b2b98dfd 17 dirpicker.cpp
27721528 18 editlbox.cpp
0cf3e587 19 filectrl.cpp
b2b98dfd
WS
20 filepicker.cpp
21 fontpicker.cpp
32816f9a 22 gauge.cpp
f9300d42 23 hyperlnk.cpp
a236aa20 24 itemcontainer.cpp
32816f9a
WS
25 listbox.cpp
26 notebook.cpp
53a0475d 27 odcombobox.cpp
32816f9a 28 radiobox.cpp
0443b90d 29 searchctrl.cpp
32816f9a
WS
30 slider.cpp
31 spinbtn.cpp
32 static.cpp
a30e7029 33 statbmp.cpp
32816f9a 34 textctrl.cpp
59a2c199 35 timepick.cpp
32816f9a
WS
36 toggle.cpp
37 widgets.cpp
38 </sources>
076218c2 39 <headers>widgets.h itemcontainer.h</headers>
f2fdc4d5 40 <wx-lib>adv</wx-lib>
fe0895cf 41 <wx-lib>core</wx-lib>
9c859e43 42 <wx-lib>base</wx-lib>
f2fdc4d5 43 <win32-res>../sample.rc</win32-res>
fe0895cf
VS
44 </exe>
45
46</makefile>