The rounded corners look really dumb at this size.
[wxWidgets.git] / tests / benchmarks / bench.bkl
1 <?xml version="1.0" ?>
2
3 <makefile>
4     <include file="../../build/bakefiles/common_samples.bkl"/>
5
6     <template id="wx_bench">
7     </template>
8
9     <exe id="bench" template="wx_sample_console,wx_bench"
10                     template_append="wx_append_base">
11         <sources>
12             bench.cpp
13             datetime.cpp
14             htmlparser/htmlpars.cpp
15             htmlparser/htmltag.cpp
16             ipcclient.cpp
17             log.cpp
18             mbconv.cpp
19             strings.cpp
20             tls.cpp
21             printfbench.cpp
22         </sources>
23         <wx-lib>net</wx-lib>
24         <wx-lib>base</wx-lib>
25     </exe>
26
27     <wx-data id="data">
28         <files>htmltest.html</files>
29     </wx-data>
30
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             image.cpp
40         </sources>
41         <wx-lib>core</wx-lib>
42         <wx-lib>base</wx-lib>
43     </exe>
44
45     <wx-data id="data-image">
46         <files>
47             ../../samples/image/horse.bmp
48             ../../samples/image/horse.jpg
49             ../../samples/image/horse.png
50             ../../samples/image/horse.tif
51         </files>
52     </wx-data>
53 </makefile>