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