2008-07-26 19:07:05 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<template id="wx_bench">
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<exe id="bench" template="wx_sample_console,wx_bench"
|
|
|
|
template_append="wx_append_base">
|
|
|
|
<sources>
|
|
|
|
bench.cpp
|
2008-08-13 11:48:09 -04:00
|
|
|
htmlparser/htmlpars.cpp
|
|
|
|
htmlparser/htmltag.cpp
|
2008-10-16 08:35:03 -04:00
|
|
|
ipcclient.cpp
|
2008-10-17 08:24:24 -04:00
|
|
|
mbconv.cpp
|
2008-07-26 19:07:05 -04:00
|
|
|
strings.cpp
|
2008-08-07 20:43:20 -04:00
|
|
|
tls.cpp
|
2009-05-30 09:54:22 -04:00
|
|
|
printfbench.cpp
|
2008-07-26 19:07:05 -04:00
|
|
|
</sources>
|
2008-10-16 08:35:03 -04:00
|
|
|
<wx-lib>net</wx-lib>
|
2009-05-30 09:54:22 -04:00
|
|
|
<wx-lib>base</wx-lib>
|
2008-07-26 19:07:05 -04:00
|
|
|
</exe>
|
|
|
|
|
2008-08-13 11:48:09 -04:00
|
|
|
<wx-data id="data">
|
|
|
|
<files>htmltest.html</files>
|
|
|
|
</wx-data>
|
|
|
|
|
2008-07-26 19:07:05 -04:00
|
|
|
<!-- this is unused yet
|
|
|
|
<exe id="bench_gui" template="wx_sample,wx_bench"
|
|
|
|
template_append="wx_append"
|
|
|
|
cond="USE_GUI=='1'">
|
|
|
|
|
|
|
|
<app-type>console</app-type>
|
|
|
|
|
|
|
|
<sources>
|
|
|
|
bench.cpp
|
|
|
|
</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
-->
|
|
|
|
</makefile>
|