2003-06-23 22:31:50 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
2012-09-13 17:15:25 +00:00
|
|
|
<!--
|
|
|
|
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>
|
|
|
|
|
2003-06-23 22:31:50 +00:00
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="image" template="wx_sample" template_append="wx_append">
|
2009-01-14 17:41:21 +00:00
|
|
|
<sources>image.cpp canvas.cpp</sources>
|
2009-03-04 11:47:32 +00:00
|
|
|
<headers>canvas.h</headers>
|
2003-06-23 22:31:50 +00:00
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-04 13:45:12 +00:00
|
|
|
<wx-lib>base</wx-lib>
|
2012-09-13 17:15:25 +00:00
|
|
|
<win32-res>image.rc</win32-res>
|
2003-06-23 22:31:50 +00:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
<wx-data id="data">
|
|
|
|
<files>
|
2005-05-22 15:37:40 +00:00
|
|
|
horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
|
2006-10-31 00:35:09 +00:00
|
|
|
horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani
|
2010-07-24 11:49:05 +00:00
|
|
|
smile.xbm toucan.png cmyk.jpg cursor.png
|
2003-06-23 22:31:50 +00:00
|
|
|
</files>
|
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|