]> git.saurik.com Git - wxWidgets.git/blob - samples/html/help/help.bkl
Borland fixes.
[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="help" 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>net</wx-lib>
13 <wx-lib>base</wx-lib>
14 <win32-res>help.rc</win32-res>
15 </exe>
16
17 <wx-data id="data">
18 <dstdir>$(BUILDDIR)/helpfiles</dstdir>
19 <srcdir>$(SRCDIR)/helpfiles</srcdir>
20 <files>
21 Index.hhk
22 another.hhc
23 another.hhp
24 another.htm
25 book1.htm
26 book2.htm
27 contents.hhc
28 main.htm
29 page2-b.htm
30 testing.hhp
31 </files>
32 </wx-data>
33
34 </makefile>