]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <!-- | |
7 | This file is loaded using wxBITMAP_TYPE_PNG_RESOURCE and so must be | |
8 | copied to the resources directory under Mac. | |
9 | --> | |
10 | <set var="BUNDLE_RESOURCES">$(SRCDIR)/cursor.png</set> | |
11 | ||
12 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
13 | ||
14 | <exe id="image" template="wx_sample" template_append="wx_append"> | |
15 | <sources>image.cpp canvas.cpp</sources> | |
16 | <headers>canvas.h</headers> | |
17 | <wx-lib>core</wx-lib> | |
18 | <wx-lib>base</wx-lib> | |
19 | <win32-res>image.rc</win32-res> | |
20 | </exe> | |
21 | ||
22 | <wx-data id="data"> | |
23 | <files> | |
24 | horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm | |
25 | horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani | |
26 | smile.xbm toucan.png cmyk.jpg cursor.png | |
27 | </files> | |
28 | </wx-data> | |
29 | ||
30 | </makefile> |