1<?xml version="1.0" ?>
2<!-- $Id: help.bkl 43637 2006-11-25 14:22:44Z VZ $ -->
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        <win32-res>help.rc</win32-res>
14    </exe>
15
16    <wx-data id="data">
17        <dstdir>$(BUILDDIR)/helpfiles</dstdir>
18        <srcdir>$(SRCDIR)/helpfiles</srcdir>
19        <files>
20            Index.hhk
21            another.hhc
22            another.hhp
23            another.htm
24            book1.htm
25            book2.htm
26            contents.hhc
27            main.htm
28            page2-b.htm
29            testing.hhp
30        </files>
31    </wx-data>
32
33</makefile>
34