]> git.saurik.com Git - wxWidgets.git/blame - tests/benchmarks/bench.bkl
Extract compiler-specific macro definitions in a new wx/compiler.h.
[wxWidgets.git] / tests / benchmarks / bench.bkl
CommitLineData
dc2ae355
VZ
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
bf0f3b26 14 datetime.cpp
c21faa0a
VS
15 htmlparser/htmlpars.cpp
16 htmlparser/htmltag.cpp
65669e31 17 ipcclient.cpp
f7f7b59a 18 log.cpp
3e356d41 19 mbconv.cpp
dc2ae355 20 strings.cpp
49f11e84 21 tls.cpp
7b4138e2 22 printfbench.cpp
dc2ae355 23 </sources>
65669e31 24 <wx-lib>net</wx-lib>
7b4138e2 25 <wx-lib>base</wx-lib>
dc2ae355
VZ
26 </exe>
27
c21faa0a
VS
28 <wx-data id="data">
29 <files>htmltest.html</files>
30 </wx-data>
31
dc2ae355
VZ
32 <exe id="bench_gui" template="wx_sample,wx_bench"
33 template_append="wx_append"
34 cond="USE_GUI=='1'">
35
36 <app-type>console</app-type>
37
38 <sources>
39 bench.cpp
7b363ab6 40 image.cpp
dc2ae355
VZ
41 </sources>
42 <wx-lib>core</wx-lib>
43 <wx-lib>base</wx-lib>
44 </exe>
7b363ab6
VZ
45
46 <wx-data id="data-image">
47 <files>
48 ../../samples/image/horse.bmp
49 ../../samples/image/horse.jpg
50 ../../samples/image/horse.png
51 ../../samples/image/horse.tif
52 </files>
53 </wx-data>
dc2ae355 54</makefile>