initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
69
libs/wxWidgets-3.3.1/tests/benchmarks/bench.bkl
Normal file
69
libs/wxWidgets-3.3.1/tests/benchmarks/bench.bkl
Normal file
@@ -0,0 +1,69 @@
|
||||
<?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
|
||||
datetime.cpp
|
||||
htmlparser/htmlpars.cpp
|
||||
htmlparser/htmltag.cpp
|
||||
ipcclient.cpp
|
||||
log.cpp
|
||||
mbconv.cpp
|
||||
regex.cpp
|
||||
strings.cpp
|
||||
tls.cpp
|
||||
printfbench.cpp
|
||||
</sources>
|
||||
<wx-lib>net</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>htmltest.html</files>
|
||||
</wx-data>
|
||||
|
||||
<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
|
||||
display.cpp
|
||||
image.cpp
|
||||
</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
</exe>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</makefile>
|
||||
Reference in New Issue
Block a user