Rebake.
[wxWidgets.git] / samples / image / image.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6     <include file="../../build/bakefiles/common_samples.bkl"/>
7
8     <exe id="image" template="wx_sample" template_append="wx_append">
9         <sources>image.cpp canvas.cpp</sources>
10         <headers>canvas.h</headers>
11         <wx-lib>core</wx-lib>
12         <wx-lib>base</wx-lib>
13         <win32-res>image.rc</win32-res>
14     </exe>
15
16     <wx-data id="data">
17         <files>
18             horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
19             horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani
20             smile.xbm toucan.png cmyk.jpg
21         </files>
22     </wx-data>
23
24 </makefile>