rename some projects to avoid project name clashes in samples.dsw
[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         <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>