]>
Commit | Line | Data |
---|---|---|
264af224 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="wxpoem" template="wx_sample" template_append="wx_append"> | |
7 | <sources>wxpoem.cpp</sources> | |
8 | <wx-lib>html</wx-lib> | |
9 | <wx-lib>core</wx-lib> | |
10 | <wx-lib>base</wx-lib> | |
11 | <win32-res>wxpoem.rc</win32-res> | |
12 | </exe> | |
7e496014 | 13 | |
264af224 VS |
14 | <wx-data id="data"> |
15 | <files> | |
16 | wxpoem.txt wxpoem.dat | |
17 | </files> | |
18 | </wx-data> | |
19 | ||
20 | </makefile> |