]>
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> | |
13 | </exe> | |
14 | ||
15 | <wx-data id="data"> | |
aa92c398 RD |
16 | <files> |
17 | 9000g.wav 911ch.wav chord.wav cuckoo.wav | |
18 | ding.wav doggrowl.wav notify.wav | |
19 | </files> | |
0d9c603d VS |
20 | </wx-data> |
21 | ||
22 | </makefile> |