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