]>
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"> | |
9 | <sources>image.cpp</sources> | |
10 | <wx-lib>core</wx-lib> | |
11 | <win32-res>image.rc</win32-res> | |
12 | </exe> | |
13 | ||
14 | <wx-data id="data"> | |
15 | <files> | |
16 | horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm | |
17 | horse.tif horse.xpm horse.cur horse.ico horse3.ani | |
18 | smile.xbm | |
19 | </files> | |
20 | </wx-data> | |
21 | ||
22 | </makefile> |