]> git.saurik.com Git - wxWidgets.git/blame - samples/help/help.bkl
colourSize was probably supposed to be used and not just defined and then forgot...
[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>
2b2264e9 8 <wx-lib>html</wx-lib>
fe0895cf 9 <wx-lib>core</wx-lib>
9c859e43 10 <wx-lib>base</wx-lib>
9539ad0b 11 <win32-res>demo.rc</win32-res>
fe0895cf
VS
12 </exe>
13
9cce386a
VS
14 <wx-data id="data">
15 <files>
16 back.gif
9cce386a
VS
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>
7e496014 32
9cce386a
VS
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
fe0895cf 59</makefile>