This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/utils/execmon/execmon.bkl

14 lines
347 B
Plaintext
Raw Permalink Normal View History

<?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>