]>
Commit | Line | Data |
---|---|---|
fe0895cf VS |
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"> | |
09ddabf7 | 9 | <sources>image.cpp canvas.cpp</sources> |
076218c2 | 10 | <headers>canvas.h</headers> |
fe0895cf | 11 | <wx-lib>core</wx-lib> |
9c859e43 | 12 | <wx-lib>base</wx-lib> |
fe0895cf VS |
13 | </exe> |
14 | ||
15 | <wx-data id="data"> | |
16 | <files> | |
3e8711ce | 17 | horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm |
3afd11bc | 18 | horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani |
9ea83ebc | 19 | smile.xbm toucan.png cmyk.jpg cursor.png |
fe0895cf VS |
20 | </files> |
21 | </wx-data> | |
22 | ||
23 | </makefile> |