]>
Commit | Line | Data |
---|---|---|
b1c331c5 VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
7 | ||
8 | <exe id="helpview" template="wx_sample" template_append="wx_append"> | |
9 | <sources>helpview.cpp</sources> | |
10 | <wx-lib>html</wx-lib> | |
11 | <wx-lib>core</wx-lib> | |
12 | <wx-lib>base</wx-lib> | |
b1c331c5 VS |
13 | </exe> |
14 | ||
15 | <wx-data id="data"> | |
16 | <files>test.zip</files> | |
17 | </wx-data> | |
18 | ||
19 | </makefile> |