projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make keyboard sample output less confusing.
[wxWidgets.git]
/
samples
/
console
/
console.bkl
1
<?xml
version
=
"1.0"
?>
2
<makefile>
3
4
<include
file
=
"../../build/bakefiles/common_samples.bkl"
/>
5
6
<exe
id
=
"console"
template
=
"wx_sample_console"
7
template_append
=
"wx_append_base"
>
8
<sources>
console.cpp
</sources>
9
<wx-lib>
net
</wx-lib>
10
<wx-lib>
base
</wx-lib>
11
</exe>
12
13
</makefile>