]> git.saurik.com Git - wxWidgets.git/blame - tests/benchmarks/bench.bkl
return 0 (meaning the file is not seekable, as the docs now explain) instead of 4KB...
[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
c21faa0a
VS
14 htmlparser/htmlpars.cpp
15 htmlparser/htmltag.cpp
dc2ae355 16 strings.cpp
49f11e84 17 tls.cpp
dc2ae355
VZ
18 </sources>
19 <wx-lib>base</wx-lib>
20 </exe>
21
c21faa0a
VS
22 <wx-data id="data">
23 <files>htmltest.html</files>
24 </wx-data>
25
dc2ae355
VZ
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>