File: execmon.bkl

package info (click to toggle)
wxwidgets3.2 3.2.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 178,916 kB
  • sloc: cpp: 989,283; ansic: 102,143; makefile: 51,586; sh: 11,566; python: 5,590; perl: 1,563; php: 326; xml: 200; javascript: 181
file content (13 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
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>