Rebake all the VC++ project files and makefiles
[wxWidgets.git] / samples / help / help.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4     <include file="../../build/bakefiles/common_samples.bkl"/>
5
6     <exe id="help" template="wx_sample" template_append="wx_append">
7         <sources>demo.cpp</sources>
8         <wx-lib>html</wx-lib>
9         <wx-lib>core</wx-lib>
10         <wx-lib>base</wx-lib>
11         <win32-res>demo.rc</win32-res>
12     </exe>
13
14     <wx-data id="data">
15         <files>
16             back.gif
17             bullet.bmp
18             contents.gif
19             cshelp.txt
20             doc.chm
21             doc.cnt
22             doc.hhc
23             doc.hhk
24             doc.hhp
25             doc.hlp
26             doc.hpj
27             doc.zip
28             forward.gif
29             up.gif
30         </files>
31     </wx-data>
32
33     <wx-data id="data_doc">
34         <dstdir>$(BUILDDIR)/doc</dstdir>
35         <srcdir>$(SRCDIR)/doc</srcdir>
36         <files>
37             aindex.html
38             ClassGraph.class
39             ClassGraphPanel.class
40             ClassLayout.class
41             down.gif
42             dxxgifs.tex
43             HIER.html
44             HIERjava.html
45             icon1.gif
46             icon2.gif
47             index.html
48             logo.gif
49             NavigatorButton.class
50             USE_HELP.html
51             wx204.htm
52             wx34.htm
53             wxExtHelpController.html
54             wxhelp.map
55             wx.htm
56         </files>
57     </wx-data>
58
59 </makefile>