]>
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 | <wx-lib>html</wx-lib> | |
9 | <wx-lib>adv</wx-lib> | |
10 | <wx-lib>core</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 | bullet.bmp | |
19 | contents.gif | |
20 | cshelp.txt | |
21 | doc.chm | |
22 | doc.cnt | |
23 | doc.hhc | |
24 | doc.hhk | |
25 | doc.hhp | |
26 | doc.hlp | |
27 | doc.hpj | |
28 | doc.zip | |
29 | forward.gif | |
30 | up.gif | |
31 | </files> | |
32 | </wx-data> | |
33 | ||
34 | <wx-data id="data_doc"> | |
35 | <dstdir>$(BUILDDIR)/doc</dstdir> | |
36 | <srcdir>$(SRCDIR)/doc</srcdir> | |
37 | <files> | |
38 | aindex.html | |
39 | ClassGraph.class | |
40 | ClassGraphPanel.class | |
41 | ClassLayout.class | |
42 | down.gif | |
43 | dxxgifs.tex | |
44 | HIER.html | |
45 | HIERjava.html | |
46 | icon1.gif | |
47 | icon2.gif | |
48 | index.html | |
49 | logo.gif | |
50 | NavigatorButton.class | |
51 | USE_HELP.html | |
52 | wx204.htm | |
53 | wx34.htm | |
54 | wxExtHelpController.html | |
55 | wxhelp.map | |
56 | wx.htm | |
57 | </files> | |
58 | </wx-data> | |
59 | ||
60 | </makefile> |