add execmon bakefile (which was forgotten in the initial commit) and regenerate execmon makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-09-13 10:09:59 +00:00
parent 3a326bfe02
commit 80a6dafbd7
10 changed files with 318 additions and 100 deletions

13
utils/execmon/execmon.bkl Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="execmon" cond="USE_XRC=='1'"
template="wx_util_console" template_append="wx_append_base">
<sources>execmon.cpp</sources>
<wx-lib>base</wx-lib>
<install-to>$(BINDIR)</install-to>
</exe>
</makefile>