X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65669e3152f9d6d3bb77c31d4211a356fe089d56..5852a1dcbbadb7fd0d5a9d7851aaa67f2370f3cf:/tests/benchmarks/Makefile.in diff --git a/tests/benchmarks/Makefile.in b/tests/benchmarks/Makefile.in index 98b51ded8b..cbccf411a1 100644 --- a/tests/benchmarks/Makefile.in +++ b/tests/benchmarks/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.4 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -47,6 +47,7 @@ BENCH_OBJECTS = \ bench_htmlpars.o \ bench_htmltag.o \ bench_ipcclient.o \ + bench_mbconv.o \ bench_strings.o \ bench_tls.o @@ -136,6 +137,9 @@ bench_htmltag.o: $(srcdir)/htmlparser/htmltag.cpp bench_ipcclient.o: $(srcdir)/ipcclient.cpp $(CXXC) -c -o $@ $(BENCH_CXXFLAGS) $(srcdir)/ipcclient.cpp +bench_mbconv.o: $(srcdir)/mbconv.cpp + $(CXXC) -c -o $@ $(BENCH_CXXFLAGS) $(srcdir)/mbconv.cpp + bench_strings.o: $(srcdir)/strings.cpp $(CXXC) -c -o $@ $(BENCH_CXXFLAGS) $(srcdir)/strings.cpp