2008-07-26 19:07:05 -04: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 07:06:48 -04:00
|
|
|
datetime.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
|
2012-01-21 19:58:09 -05:00
|
|
|
log.cpp
|
2008-10-17 08:24:24 -04:00
|
|
|
mbconv.cpp
|
2021-06-19 17:59:06 -04:00
|
|
|
regex.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
|
|
|
<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
|
2018-09-29 18:29:02 -04:00
|
|
|
display.cpp
|
2013-07-01 10:47:38 -04:00
|
|
|
image.cpp
|
2008-07-26 19:07:05 -04:00
|
|
|
</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
2013-07-01 10:47:38 -04:00
|
|
|
|
2015-12-06 11:23:41 -05:00
|
|
|
<exe id="bench_graphics" template="wx_sample,wx_bench"
|
|
|
|
template_append="wx_append"
|
|
|
|
cond="USE_GUI=='1'">
|
|
|
|
|
|
|
|
<app-type>console</app-type>
|
|
|
|
|
|
|
|
<sources>
|
|
|
|
graphics.cpp
|
|
|
|
</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<wx-lib>gl</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
2013-07-01 10:47:38 -04: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 19:07:05 -04:00
|
|
|
</makefile>
|