hhp2cached.bkl 541 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../../build/bakefiles/common_samples.bkl"/>
  4. <exe id="hhp2cached" template="wx_util" template_append="wx_append">
  5. <sources>
  6. hhp2cached.cpp
  7. </sources>
  8. <win32-res>hhp2cached.rc</win32-res>
  9. <wx-lib>html</wx-lib>
  10. <wx-lib>core</wx-lib>
  11. <wx-lib>base</wx-lib>
  12. <install-to>$(BINDIR)</install-to>
  13. </exe>
  14. <!-- <wx-data id="data">
  15. <files>
  16. test.zip
  17. </files>
  18. </wx-data> -->
  19. </makefile>