]> git.saurik.com Git - wxWidgets.git/blame - samples/help/help.bkl
wxVariantData now inherits from wxObjectRefData
[wxWidgets.git] / samples / help / help.bkl
CommitLineData
fe0895cf
VS
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">
62809cbc 7 <sources>demo.cpp</sources>
076218c2 8 <headers>doc.h</headers>
2b2264e9 9 <wx-lib>html</wx-lib>
02f51f1f 10 <wx-lib>adv</wx-lib>
fe0895cf 11 <wx-lib>core</wx-lib>
9c859e43 12 <wx-lib>base</wx-lib>
9539ad0b 13 <win32-res>demo.rc</win32-res>
fe0895cf
VS
14 </exe>
15
9cce386a
VS
16 <wx-data id="data">
17 <files>
18 back.gif
9cce386a
VS
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>
7e496014 34
9cce386a
VS
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
fe0895cf 61</makefile>