2008-07-26 23:07:05 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<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
|
2012-01-22 00:58:09 +00:00
|
|
|
log.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
|
|
|
<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
|
2013-07-01 14:47:38 +00:00
|
|
|
image.cpp
|
2008-07-26 23:07:05 +00:00
|
|
|
</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
2013-07-01 14:47:38 +00:00
|
|
|
|
|
|
|
<wx-data id="data-image">
|
|
|
|
<files>
|
|
|
|
../../samples/image/horse.bmp
|
|
|
|
../../samples/image/horse.jpg
|
|
|
|
../../samples/image/horse.png
|
|
|
|
../../samples/image/horse.tif
|
|
|
|
</files>
|
|
|
|
</wx-data>
|
2008-07-26 23:07:05 +00:00
|
|
|
</makefile>
|