]> git.saurik.com Git - wxWidgets.git/blob - samples/image/image.bkl
added TGA handler (somewhat modified patch 1393912)
[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</sources>
10 <wx-lib>core</wx-lib>
11 <wx-lib>base</wx-lib>
12 <win32-res>image.rc</win32-res>
13 </exe>
14
15 <wx-data id="data">
16 <files>
17 horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
18 horse.tif horse.xpm horse.cur horse.ico horse3.ani
19 smile.xbm toucan.png cmyk.jpg
20 </files>
21 </wx-data>
22
23 </makefile>