]> git.saurik.com Git - wxWidgets.git/blame - tests/benchmarks/bench.bkl
fix PCH-less build
[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
65669e31 16 ipcclient.cpp
3e356d41 17 mbconv.cpp
dc2ae355 18 strings.cpp
49f11e84 19 tls.cpp
7b4138e2 20 printfbench.cpp
dc2ae355 21 </sources>
65669e31 22 <wx-lib>net</wx-lib>
7b4138e2 23 <wx-lib>base</wx-lib>
dc2ae355
VZ
24 </exe>
25
c21faa0a
VS
26 <wx-data id="data">
27 <files>htmltest.html</files>
28 </wx-data>
29
dc2ae355
VZ
30 <!-- this is unused yet
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 </sources>
40 <wx-lib>core</wx-lib>
41 <wx-lib>base</wx-lib>
42 </exe>
43 -->
44</makefile>