]> git.saurik.com Git - wxWidgets.git/blame - tests/benchmarks/bench.bkl
link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE=...
[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
dc2ae355
VZ
20 </sources>
21 <wx-lib>base</wx-lib>
65669e31 22 <wx-lib>net</wx-lib>
dc2ae355
VZ
23 </exe>
24
c21faa0a
VS
25 <wx-data id="data">
26 <files>htmltest.html</files>
27 </wx-data>
28
dc2ae355
VZ
29 <!-- this is unused yet
30 <exe id="bench_gui" template="wx_sample,wx_bench"
31 template_append="wx_append"
32 cond="USE_GUI=='1'">
33
34 <app-type>console</app-type>
35
36 <sources>
37 bench.cpp
38 </sources>
39 <wx-lib>core</wx-lib>
40 <wx-lib>base</wx-lib>
41 </exe>
42 -->
43</makefile>