]>
Commit | Line | Data |
---|---|---|
0d9c603d VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
7 | ||
8 | <exe id="sound" template="wx_sample" template_append="wx_append"> | |
9 | <sources>sound.cpp</sources> | |
10 | <wx-lib>adv</wx-lib> | |
11 | <wx-lib>core</wx-lib> | |
12 | <wx-lib>base</wx-lib> | |
941821d8 | 13 | <win32-res>sound.rc</win32-res> |
0d9c603d | 14 | </exe> |
941821d8 | 15 | |
0d9c603d | 16 | <wx-data id="data"> |
aa92c398 | 17 | <files> |
941821d8 VZ |
18 | 9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav |
19 | </files> | |
0d9c603d VS |
20 | </wx-data> |
21 | ||
22 | </makefile> |