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