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