]>
Commit | Line | Data |
---|---|---|
592cae95 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
5 | <include file="../../../build/bakefiles/common_contrib.bkl"/> | |
6 | ||
7 | <exe id="stctest" template="wx_contrib_sample" template_append="wx_append"> | |
8 | <sources> | |
9 | stctest.cpp | |
88a8b04e RD |
10 | edit.cpp |
11 | prefs.cpp | |
592cae95 | 12 | </sources> |
2edad6fc | 13 | <contrib-lib>stc</contrib-lib> |
592cae95 VS |
14 | <wx-lib>core</wx-lib> |
15 | <wx-lib>base</wx-lib> | |
16 | </exe> | |
88a8b04e | 17 | |
1e545382 RD |
18 | <wx-data id="data"> |
19 | <files> | |
20 | stctest.cpp | |
21 | </files> | |
22 | </wx-data> | |
23 | ||
592cae95 | 24 | </makefile> |