A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / image / image.bkl
1 <?xml version="1.0" ?>
2
3 <makefile>
4
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
11     <include file="../../build/bakefiles/common_samples.bkl"/>
12
13     <exe id="image" template="wx_sample" template_append="wx_append">
14         <sources>image.cpp canvas.cpp</sources>
15         <headers>canvas.h</headers>
16         <wx-lib>core</wx-lib>
17         <wx-lib>base</wx-lib>
18         <win32-res>image.rc</win32-res>
19     </exe>
20
21     <wx-data id="data">
22         <files>
23             horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
24             horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani
25             smile.xbm toucan.png cmyk.jpg cursor.png
26         </files>
27     </wx-data>
28
29 </makefile>