]>
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 | htmlparser/htmlpars.cpp | |
15 | htmlparser/htmltag.cpp | |
16 | ipcclient.cpp | |
17 | mbconv.cpp | |
18 | strings.cpp | |
19 | tls.cpp | |
20 | printfbench.cpp | |
21 | </sources> | |
22 | <wx-lib>net</wx-lib> | |
23 | <wx-lib>base</wx-lib> | |
24 | </exe> | |
25 | ||
26 | <wx-data id="data"> | |
27 | <files>htmltest.html</files> | |
28 | </wx-data> | |
29 | ||
30 | <!-- this is unused yet | |
31 | <exe id="bench_gui" template="wx_sample,wx_bench" | |
32 | template_append="wx_append" | |
33 | cond="USE_GUI=='1'"> | |
34 | ||
35 | <app-type>console</app-type> | |
36 | ||
37 | <sources> | |
38 | bench.cpp | |
39 | </sources> | |
40 | <wx-lib>core</wx-lib> | |
41 | <wx-lib>base</wx-lib> | |
42 | </exe> | |
43 | --> | |
44 | </makefile> |