projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
test Clear() in the sample
[wxWidgets.git]
/
samples
/
editlbox
/
editlbox.bkl
1
<?xml
version
=
"1.0"
?>
2
<makefile>
3
<include
file
=
"../../build/bakefiles/common_samples.bkl"
/>
4
5
<exe
id
=
"editlbox"
template
=
"wx_sample"
template_append
=
"wx_append"
>
6
<sources>
editlbox.cpp
</sources>
7
<wx-lib>
adv
</wx-lib>
8
<wx-lib>
core
</wx-lib>
9
<wx-lib>
base
</wx-lib>
10
</exe>
11
</makefile>
12