]>
Commit | Line | Data |
---|---|---|
fe0895cf VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="richedit" template="wx_sample" template_append="wx_append"> | |
d179e30b VS |
7 | <sources> |
8 | wxLayout.cpp | |
9 | kbList.cpp | |
10 | wxllist.cpp | |
11 | wxlparser.cpp | |
12 | wxlwindow.cpp | |
13 | </sources> | |
fe0895cf | 14 | <wx-lib>core</wx-lib> |
9c859e43 | 15 | <wx-lib>base</wx-lib> |
fe0895cf | 16 | </exe> |
fd3eb307 VS |
17 | |
18 | <wx-data id="data"> | |
19 | <files> | |
20 | wxLayout.cpp | |
21 | </files> | |
22 | </wx-data> | |
fe0895cf VS |
23 | |
24 | </makefile> |