]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | <!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ --> | |
3 | ||
4 | <makefile> | |
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <template id="wx_bench"> | |
8 | </template> | |
9 | ||
10 | <exe id="bench" template="wx_sample_console,wx_bench" | |
11 | template_append="wx_append_base"> | |
12 | <sources> | |
13 | bench.cpp | |
14 | datetime.cpp | |
15 | htmlparser/htmlpars.cpp | |
16 | htmlparser/htmltag.cpp | |
17 | ipcclient.cpp | |
18 | log.cpp | |
19 | mbconv.cpp | |
20 | strings.cpp | |
21 | tls.cpp | |
22 | printfbench.cpp | |
23 | </sources> | |
24 | <wx-lib>net</wx-lib> | |
25 | <wx-lib>base</wx-lib> | |
26 | </exe> | |
27 | ||
28 | <wx-data id="data"> | |
29 | <files>htmltest.html</files> | |
30 | </wx-data> | |
31 | ||
32 | <!-- this is unused yet | |
33 | <exe id="bench_gui" template="wx_sample,wx_bench" | |
34 | template_append="wx_append" | |
35 | cond="USE_GUI=='1'"> | |
36 | ||
37 | <app-type>console</app-type> | |
38 | ||
39 | <sources> | |
40 | bench.cpp | |
41 | </sources> | |
42 | <wx-lib>core</wx-lib> | |
43 | <wx-lib>base</wx-lib> | |
44 | </exe> | |
45 | --> | |
46 | </makefile> |