]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/makefile.gcc
Enable access to the native bitmap object wrapped by wxGraphicsBitmap
[wxWidgets.git] / tests / benchmarks / makefile.gcc
index ec149b15488106c93593adb7aaf8359cac95f679..2da8a4ed37b03867493efaa5297b23812238dcec 100644 (file)
@@ -34,6 +34,7 @@ BENCH_OBJECTS =  \
        $(OBJS)\bench_htmlpars.o \\r
        $(OBJS)\bench_htmltag.o \\r
        $(OBJS)\bench_ipcclient.o \\r
+       $(OBJS)\bench_log.o \\r
        $(OBJS)\bench_mbconv.o \\r
        $(OBJS)\bench_strings.o \\r
        $(OBJS)\bench_tls.o \\r
@@ -211,6 +212,9 @@ $(OBJS)\bench_htmltag.o: ./htmlparser/htmltag.cpp
 $(OBJS)\bench_ipcclient.o: ./ipcclient.cpp\r
        $(CXX) -c -o $@ $(BENCH_CXXFLAGS) $(CPPDEPS) $<\r
 \r
+$(OBJS)\bench_log.o: ./log.cpp\r
+       $(CXX) -c -o $@ $(BENCH_CXXFLAGS) $(CPPDEPS) $<\r
+\r
 $(OBJS)\bench_mbconv.o: ./mbconv.cpp\r
        $(CXX) -c -o $@ $(BENCH_CXXFLAGS) $(CPPDEPS) $<\r
 \r