]>
Commit | Line | Data |
---|---|---|
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 | <headers>doc.h</headers> | |
9 | <wx-lib>html</wx-lib> | |
10 | <wx-lib>adv</wx-lib> | |
11 | <wx-lib>core</wx-lib> | |
12 | <wx-lib>base</wx-lib> | |
13 | <win32-res>demo.rc</win32-res> | |
14 | </exe> | |
15 | ||
16 | <wx-data id="data"> | |
17 | <files> | |
18 | back.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> |