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