]> git.saurik.com Git - wxWidgets.git/blob - tests/benchmarks/bench.bkl
added trivial wxLaunchDefaultApplication() implementation for wxMac; added a test...
[wxWidgets.git] / tests / benchmarks / bench.bkl
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
15 </sources>
16 <wx-lib>base</wx-lib>
17 </exe>
18
19 <!-- this is unused yet
20 <exe id="bench_gui" template="wx_sample,wx_bench"
21 template_append="wx_append"
22 cond="USE_GUI=='1'">
23
24 <app-type>console</app-type>
25
26 <sources>
27 bench.cpp
28 </sources>
29 <wx-lib>core</wx-lib>
30 <wx-lib>base</wx-lib>
31 </exe>
32 -->
33 </makefile>