rebaked makefiles with 0.2.4
[wxWidgets.git] / tests / benchmarks / bench.bkl
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             strings.cpp
17             tls.cpp
18         </sources>
19         <wx-lib>base</wx-lib>
20     </exe>
21
22     <wx-data id="data">
23         <files>htmltest.html</files>
24     </wx-data>
25
26     <!-- this is unused yet
27     <exe id="bench_gui" template="wx_sample,wx_bench"
28                        template_append="wx_append"
29          cond="USE_GUI=='1'">
30
31         <app-type>console</app-type>
32
33         <sources>
34             bench.cpp
35         </sources>
36         <wx-lib>core</wx-lib>
37         <wx-lib>base</wx-lib>
38     </exe>
39     -->
40 </makefile>