]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/bench.bkl
proper default for iphone
[wxWidgets.git] / tests / benchmarks / bench.bkl
index 0b7c3291731f22a398402965be924576cb204ae7..db4c5553b1ad9609993b5b4d21ae1daf2ce94b28 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0" ?>
-<!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ -->
 
 <makefile>
     <include file="../../build/bakefiles/common_samples.bkl"/>
                     template_append="wx_append_base">
         <sources>
             bench.cpp
+            datetime.cpp
             htmlparser/htmlpars.cpp
             htmlparser/htmltag.cpp
             ipcclient.cpp
+            log.cpp
             mbconv.cpp
             strings.cpp
             tls.cpp
@@ -27,7 +28,6 @@
         <files>htmltest.html</files>
     </wx-data>
 
-    <!-- this is unused yet
     <exe id="bench_gui" template="wx_sample,wx_bench"
                        template_append="wx_append"
          cond="USE_GUI=='1'">
 
         <sources>
             bench.cpp
+            image.cpp
         </sources>
         <wx-lib>core</wx-lib>
         <wx-lib>base</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>