]> git.saurik.com Git - wxWidgets.git/blame - samples/image/image.bkl
Use X64 machine type for MSVC linker instead of old AMD64.
[wxWidgets.git] / samples / image / image.bkl
CommitLineData
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">
09ddabf7 9 <sources>image.cpp canvas.cpp</sources>
076218c2 10 <headers>canvas.h</headers>
fe0895cf 11 <wx-lib>core</wx-lib>
9c859e43 12 <wx-lib>base</wx-lib>
fe0895cf
VS
13 <win32-res>image.rc</win32-res>
14 </exe>
15
16 <wx-data id="data">
17 <files>
3e8711ce 18 horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm
3afd11bc 19 horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani
234fedd2 20 smile.xbm toucan.png cmyk.jpg
fe0895cf
VS
21 </files>
22 </wx-data>
23
24</makefile>