]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="console" template="wx_sample_console" | |
7 | template_append="wx_append_base"> | |
8 | <sources>console.cpp</sources> | |
9 | <wx-lib>net</wx-lib> | |
10 | <wx-lib>base</wx-lib> | |
11 | </exe> | |
12 | ||
13 | <wx-data id="data"> | |
14 | <files>testdata.fc</files> | |
15 | </wx-data> | |
16 | ||
17 | </makefile> |