]>
Commit | Line | Data |
---|---|---|
eaf0d558 | 1 | <?xml version="1.0" ?> |
eaf0d558 RN |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
39c5bef0 | 7 | <exe id="mediaplayer" template="wx_sample" template_append="wx_append"> |
eaf0d558 | 8 | <sources>mediaplayer.cpp</sources> |
a3e68e5c | 9 | <wx-lib>media</wx-lib> |
eaf0d558 RN |
10 | <wx-lib>core</wx-lib> |
11 | <wx-lib>base</wx-lib> | |
eaf0d558 RN |
12 | </exe> |
13 | ||
14 | </makefile> |