]>
Commit | Line | Data |
---|---|---|
5025baa9 VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
7 | ||
2ace0078 VS |
8 | <exe id="HelpGen" template="wx_util_console" |
9 | template_append="wx_append_base"> | |
5025baa9 VS |
10 | <sources> |
11 | src/HelpGen.cpp | |
12 | src/cjparser.cpp | |
13 | src/docripper.cpp | |
14 | src/ifcontext.cpp | |
15 | src/markup.cpp | |
16 | src/scriptbinder.cpp | |
17 | src/sourcepainter.cpp | |
18 | src/srcparser.cpp | |
5025baa9 VS |
19 | </sources> |
20 | <wx-lib>base</wx-lib> | |
21 | </exe> | |
22 | ||
23 | </makefile> |