wxWidgets/tests/benchmarks
Vadim Zeitlin 5d5591816d Update to bakefile 0.2.13 to fix DLL directory creation
Fix the bug introduced in ec0734f96f (Install DLLs in bindir, not
libdir, when using MSW toolchains, 2021-01-09): the directory where the
DLLs were installed wasn't created any more, resulting in errors if it
didn't exist.

Update to latest bakefile version adding the missing mkdir command to
fix this and also use a released bakefile version for the wx makefiles.

Regenerate configure to match the new version.

See #14601.
2022-04-23 23:11:31 +02:00
..
htmlparser Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
bench_vc8_bench_graphics.vcproj Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
bench_vc8_bench_gui.vcproj Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
bench_vc8_bench.vcproj Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
bench_vc8.sln
bench_vc9_bench_graphics.vcproj Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
bench_vc9_bench_gui.vcproj Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
bench_vc9_bench.vcproj Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
bench_vc9.sln
bench.bkl Add simple wxRegEx benchmark 2021-07-15 21:44:28 +02:00
bench.cpp Fix building benchmarks with gcc 2022-04-03 20:12:44 +02:00
bench.h Allow passing default value to Bench::GetXXXParameter() 2022-02-22 23:58:38 +00:00
datetime.cpp
display.cpp Add a simple benchmark of wxDisplaySize() and related functions 2018-09-30 00:38:27 +02:00
graphics.cpp Restore support for using faster dotted pens in wxMSW 2021-02-22 00:04:07 +01:00
htmltest.html
image.cpp Benchmark wxIMAGE_QUALITY_BOX_AVERAGE too for completeness 2022-02-23 00:01:52 +00:00
ipcclient.cpp Fix unused variable warnings 2022-04-10 23:41:44 +02:00
log.cpp
makefile.gcc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
Makefile.in Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
makefile.vc Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
mbconv.cpp
printfbench.cpp
regex.cpp Add simple wxRegEx benchmark 2021-07-15 21:44:28 +02:00
strings.cpp
tls.cpp