2008-07-26 23:07:05 +00: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
|
2011-05-23 11:06:48 +00:00
|
|
|
datetime.cpp
|
2008-08-13 15:48:09 +00:00
|
|
|
htmlparser/htmlpars.cpp
|
|
|
|
htmlparser/htmltag.cpp
|
2008-10-16 12:35:03 +00:00
|
|
|
ipcclient.cpp
|
2008-10-17 12:24:24 +00:00
|
|
|
mbconv.cpp
|
2008-07-26 23:07:05 +00:00
|
|
|
strings.cpp
|
2008-08-08 00:43:20 +00:00
|
|
|
tls.cpp
|
2009-05-30 13:54:22 +00:00
|
|
|
printfbench.cpp
|
2008-07-26 23:07:05 +00:00
|
|
|
</sources>
|
2008-10-16 12:35:03 +00:00
|
|
|
<wx-lib>net</wx-lib>
|
2009-05-30 13:54:22 +00:00
|
|
|
<wx-lib>base</wx-lib>
|
2008-07-26 23:07:05 +00:00
|
|
|
</exe>
|
|
|
|
|
2008-08-13 15:48:09 +00:00
|
|
|
<wx-data id="data">
|
|
|
|
<files>htmltest.html</files>
|
|
|
|
</wx-data>
|
|
|
|
|
2008-07-26 23:07:05 +00: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>
|