]> git.saurik.com Git - wxWidgets.git/blame - samples/html/help/help.bkl
Use library-specific description in their version resources for MSW DLLs.
[wxWidgets.git] / samples / html / help / help.bkl
CommitLineData
b1c331c5
VS
1<?xml version="1.0" ?>
2<!-- $Id$ -->
3
4<makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
7dc467c5 8 <exe id="htmlhelp" template="wx_sample" template_append="wx_append">
b1c331c5
VS
9 <sources>help.cpp</sources>
10 <wx-lib>html</wx-lib>
11 <wx-lib>core</wx-lib>
12 <wx-lib>base</wx-lib>
b1c331c5
VS
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>