]>
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> |
548d77c7 | 10 | <wx-lib>odbc</wx-lib> |
bbc1cf3f | 11 | <wx-lib>base</wx-lib> |
fe0895cf VS |
12 | </exe> |
13 | ||
14 | <wx-data id="data"> | |
15 | <files>testdata.fc</files> | |
16 | </wx-data> | |
17 | ||
18 | </makefile> |