]> git.saurik.com Git - wxWidgets.git/blame - tests/benchmarks/bench.bkl
HAVE_BOOST_THREAD should be off by default
[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
14 strings.cpp
49f11e84 15 tls.cpp
dc2ae355
VZ
16 </sources>
17 <wx-lib>base</wx-lib>
18 </exe>
19
20 <!-- this is unused yet
21 <exe id="bench_gui" template="wx_sample,wx_bench"
22 template_append="wx_append"
23 cond="USE_GUI=='1'">
24
25 <app-type>console</app-type>
26
27 <sources>
28 bench.cpp
29 </sources>
30 <wx-lib>core</wx-lib>
31 <wx-lib>base</wx-lib>
32 </exe>
33 -->
34</makefile>