File: exec.bkl

package info (click to toggle)
wxwidgets3.2 3.2.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 179,500 kB
  • sloc: cpp: 992,478; ansic: 102,143; makefile: 51,625; sh: 11,572; python: 5,590; perl: 1,563; php: 326; xml: 200; javascript: 181
file content (12 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" ?>
<makefile>

    <include file="../../build/bakefiles/common_samples.bkl"/>

    <exe id="exec" template="wx_sample" template_append="wx_append">
        <sources>exec.cpp</sources>
        <wx-lib>core</wx-lib>
        <wx-lib>base</wx-lib>
    </exe>

</makefile>