]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/image.bkl
Fix recreating of wxBitmapComboBox using untyped client data.
[wxWidgets.git] / samples / image / image.bkl
index 3762421268e4b359a130d4afc779b80dceab9662..4cfbd8ad3684bd78403292ffd9bb94b312ea91c0 100644 (file)
@@ -1,8 +1,13 @@
 <?xml version="1.0" ?>
-<!-- $Id$ -->
 
 <makefile>
 
+    <!--
+        This file is loaded using wxBITMAP_TYPE_PNG_RESOURCE and so must be
+        copied to the resources directory under Mac.
+     -->
+    <set var="BUNDLE_RESOURCES">$(SRCDIR)/cursor.png</set>
+
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="image" template="wx_sample" template_append="wx_append">
         <headers>canvas.h</headers>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
+        <win32-res>image.rc</win32-res>
     </exe>
 
     <wx-data id="data">
         <files>
             horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
             horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani
-            smile.xbm toucan.png cmyk.jpg
+            smile.xbm toucan.png cmyk.jpg cursor.png
         </files>
     </wx-data>