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