Changed the sound sample to allow the user to choose a wav file to
[wxWidgets.git] / samples / sound / sound.bkl
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">
16         <files>
17             9000g.wav  911ch.wav  chord.wav  cuckoo.wav  
18             ding.wav  doggrowl.wav  notify.wav
19         </files>
20     </wx-data>
21
22 </makefile>