]>
Commit | Line | Data |
---|---|---|
8b9d7133 | 1 | <?xml version="1.0" ?> |
8b9d7133 WS |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="splash" template="wx_sample" template_append="wx_append"> | |
8 | <sources>splash.cpp</sources> | |
a3e68e5c | 9 | <wx-lib>media</wx-lib> |
8b9d7133 WS |
10 | <wx-lib>adv</wx-lib> |
11 | <wx-lib>core</wx-lib> | |
12 | <wx-lib>base</wx-lib> | |
13 | <win32-res>../sample.rc</win32-res> | |
14 | </exe> | |
15 | ||
16 | <wx-data id="data"> | |
b1096e45 | 17 | <files>splash.png press.mpg</files> |
8b9d7133 WS |
18 | </wx-data> |
19 | ||
20 | </makefile> |