2004-02-01 10:53:59 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="sound" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>sound.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
2005-07-29 12:35:10 +00:00
|
|
|
<win32-res>sound.rc</win32-res>
|
2004-02-01 10:53:59 +00:00
|
|
|
</exe>
|
2005-07-29 12:35:10 +00:00
|
|
|
|
2004-02-01 10:53:59 +00:00
|
|
|
<wx-data id="data">
|
2004-03-11 19:31:33 +00:00
|
|
|
<files>
|
2005-07-29 12:35:10 +00:00
|
|
|
9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav
|
|
|
|
</files>
|
2004-02-01 10:53:59 +00:00
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|