]>
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 | |
076218c2 FM |
9 | edit.cpp |
10 | prefs.cpp | |
592cae95 | 11 | </sources> |
076218c2 FM |
12 | <headers> |
13 | edit.h | |
14 | defsext.h | |
15 | prefs.h | |
16 | </headers> | |
54429bb3 | 17 | <wx-lib>stc</wx-lib> |
592cae95 VS |
18 | <wx-lib>core</wx-lib> |
19 | <wx-lib>base</wx-lib> | |
076218c2 | 20 | |
08fa76dc VS |
21 | <if cond="OUT_OF_TREE_MAKEFILES=='0'"> |
22 | <sys-lib>$(LIB_SCINTILLA)</sys-lib> | |
23 | </if> | |
076218c2 | 24 | |
54429bb3 | 25 | <win32-res>../sample.rc</win32-res> |
592cae95 | 26 | </exe> |
88a8b04e | 27 | |
076218c2 FM |
28 | <wx-data id="data"> |
29 | <files> | |
30 | stctest.cpp | |
31 | </files> | |
32 | </wx-data> | |
33 | ||
592cae95 | 34 | </makefile> |