help.bkl 723 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../../../build/bakefiles/common_samples.bkl"/>
  4. <exe id="htmlhelp" template="wx_sample" template_append="wx_append">
  5. <sources>help.cpp</sources>
  6. <wx-lib>html</wx-lib>
  7. <wx-lib>core</wx-lib>
  8. <wx-lib>base</wx-lib>
  9. </exe>
  10. <wx-data id="data">
  11. <dstdir>$(BUILDDIR)/helpfiles</dstdir>
  12. <srcdir>$(SRCDIR)/helpfiles</srcdir>
  13. <files>
  14. Index.hhk
  15. another.hhc
  16. another.hhp
  17. another.htm
  18. book1.htm
  19. book2.htm
  20. contents.hhc
  21. main.htm
  22. page2-b.htm
  23. testing.hhp
  24. </files>
  25. </wx-data>
  26. </makefile>