projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix numpad Del not working in wxRTC
[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
toggle.cpp
36
widgets.cpp
37
</sources>
38
<headers>
widgets.h itemcontainer.h
</headers>
39
<wx-lib>
adv
</wx-lib>
40
<wx-lib>
core
</wx-lib>
41
<wx-lib>
base
</wx-lib>
42
<win32-res>
../sample.rc
</win32-res>
43
</exe>
44
45
</makefile>