]> git.saurik.com Git - wxWidgets.git/blame - samples/html/help/help.bkl
Exclude zlib 3rd party sources from our checks too.
[wxWidgets.git] / samples / html / help / help.bkl
CommitLineData
b1c331c5 1<?xml version="1.0" ?>
b1c331c5
VS
2
3<makefile>
4
5 <include file="../../../build/bakefiles/common_samples.bkl"/>
6
7dc467c5 7 <exe id="htmlhelp" template="wx_sample" template_append="wx_append">
b1c331c5
VS
8 <sources>help.cpp</sources>
9 <wx-lib>html</wx-lib>
10 <wx-lib>core</wx-lib>
11 <wx-lib>base</wx-lib>
b1c331c5
VS
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>