]> git.saurik.com Git - wxWidgets.git/blame - samples/image/image.bkl
No changes, just refactor wxMSW wxComboBox code calling GetComboBoxInfo().
[wxWidgets.git] / samples / image / image.bkl
CommitLineData
fe0895cf
VS
1<?xml version="1.0" ?>
2<!-- $Id$ -->
3
4<makefile>
5
c3f641cb
VZ
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
fe0895cf
VS
12 <include file="../../build/bakefiles/common_samples.bkl"/>
13
14 <exe id="image" template="wx_sample" template_append="wx_append">
09ddabf7 15 <sources>image.cpp canvas.cpp</sources>
076218c2 16 <headers>canvas.h</headers>
fe0895cf 17 <wx-lib>core</wx-lib>
9c859e43 18 <wx-lib>base</wx-lib>
c3f641cb 19 <win32-res>image.rc</win32-res>
fe0895cf
VS
20 </exe>
21
22 <wx-data id="data">
23 <files>
3e8711ce 24 horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
3afd11bc 25 horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani
9ea83ebc 26 smile.xbm toucan.png cmyk.jpg cursor.png
fe0895cf
VS
27 </files>
28 </wx-data>
29
30</makefile>