image.bkl 882 B

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