projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Tweak wxGTK keyboard handling to allow accelerators to work again.
[wxWidgets.git]
/
utils
/
ifacecheck
/
src
/
ifacecheck.bkl
1
<?xml
version
=
"1.0"
?>
2
<!-- $Id$ -->
3
4
<makefile>
5
6
<include
file
=
"../../../build/bakefiles/common_samples.bkl"
/>
7
8
<exe
id
=
"ifacecheck"
template
=
"wx_util_console"
template_append
=
"wx_append_base"
>
9
<sources>
10
ifacecheck.cpp
11
xmlparser.cpp
12
</sources>
13
<headers>
xmlparser.h
</headers>
14
15
<wx-lib>
xml
</wx-lib>
16
<wx-lib>
base
</wx-lib>
17
<install-to>
$(BINDIR)
</install-to>
18
</exe>
19
20
</makefile>