X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c859e43d7f9cef954ead2b73b999faa5842f0f3..98b04f2112f86a233da48ac41d62a556f6c0cdb5:/samples/image/image.bkl diff --git a/samples/image/image.bkl b/samples/image/image.bkl index 67aa2bd188..b2218036e7 100644 --- a/samples/image/image.bkl +++ b/samples/image/image.bkl @@ -6,7 +6,8 @@ <include file="../../build/bakefiles/common_samples.bkl"/> <exe id="image" template="wx_sample" template_append="wx_append"> - <sources>image.cpp</sources> + <sources>image.cpp canvas.cpp</sources> + <headers>canvas.h</headers> <wx-lib>core</wx-lib> <wx-lib>base</wx-lib> <win32-res>image.rc</win32-res> @@ -14,9 +15,9 @@ <wx-data id="data"> <files> - horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm - horse.tif horse.xpm horse.cur horse.ico horse3.ani - smile.xbm + horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm + horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani + smile.xbm toucan.png cmyk.jpg </files> </wx-data>