Send full url to wxHtmlWindow::OnOpeningURL validation (and therefore use wxURL to...
[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>net</wx-lib>
11         <wx-lib>base</wx-lib>
12         <win32-res>demo.rc</win32-res>
13     </exe>
14
15     <wx-data id="data">
16         <files>
17             back.gif
18             books.gif
19             bullet.bmp
20             contents.gif
21             cshelp.txt
22             doc.chm
23             doc.cnt
24             doc.hhc
25             doc.hhk
26             doc.hhp
27             doc.hlp
28             doc.hpj
29             doc.zip
30             forward.gif
31             up.gif
32         </files>
33     </wx-data>
34     
35     <wx-data id="data_doc">
36         <dstdir>$(BUILDDIR)/doc</dstdir>
37         <srcdir>$(SRCDIR)/doc</srcdir>
38         <files>
39             aindex.html
40             ClassGraph.class
41             ClassGraphPanel.class
42             ClassLayout.class
43             down.gif
44             dxxgifs.tex
45             HIER.html
46             HIERjava.html
47             icon1.gif
48             icon2.gif
49             index.html
50             logo.gif
51             NavigatorButton.class
52             USE_HELP.html
53             wx204.htm
54             wx34.htm
55             wxExtHelpController.html
56             wxhelp.map
57             wx.htm
58         </files>
59     </wx-data>
60
61 </makefile>