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