]> git.saurik.com Git - wxWidgets.git/blame - tests/benchmarks/bench.bkl
Removed a method using wxColour from non-GUI benchmark code.
[wxWidgets.git] / tests / benchmarks / bench.bkl
CommitLineData
dc2ae355 1<?xml version="1.0" ?>
dc2ae355
VZ
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
bf0f3b26 13 datetime.cpp
c21faa0a
VS
14 htmlparser/htmlpars.cpp
15 htmlparser/htmltag.cpp
65669e31 16 ipcclient.cpp
f7f7b59a 17 log.cpp
3e356d41 18 mbconv.cpp
dc2ae355 19 strings.cpp
49f11e84 20 tls.cpp
7b4138e2 21 printfbench.cpp
dc2ae355 22 </sources>
65669e31 23 <wx-lib>net</wx-lib>
7b4138e2 24 <wx-lib>base</wx-lib>
dc2ae355
VZ
25 </exe>
26
c21faa0a
VS
27 <wx-data id="data">
28 <files>htmltest.html</files>
29 </wx-data>
30
dc2ae355
VZ
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
7b363ab6 39 image.cpp
dc2ae355
VZ
40 </sources>
41 <wx-lib>core</wx-lib>
42 <wx-lib>base</wx-lib>
43 </exe>
7b363ab6
VZ
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>
dc2ae355 53</makefile>