projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Check wxDateTime components validity more rigorously.
[wxWidgets.git]
/
utils
/
execmon
/
execmon.bkl
1
<?xml
version
=
"1.0"
?>
2
<makefile>
3
4
<include
file
=
"../../build/bakefiles/common_samples.bkl"
/>
5
6
<exe
id
=
"execmon"
cond
=
"USE_XRC=='1'"
7
template
=
"wx_util_console"
template_append
=
"wx_append_base"
>
8
<sources>
execmon.cpp
</sources>
9
<wx-lib>
base
</wx-lib>
10
<install-to>
$(BINDIR)
</install-to>
11
</exe>
12
13
</makefile>