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