2004-02-01 05:53:59 -05: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 08:35:10 -04:00
|
|
|
<win32-res>sound.rc</win32-res>
|
2004-02-01 05:53:59 -05:00
|
|
|
</exe>
|
2005-07-29 08:35:10 -04:00
|
|
|
|
2004-02-01 05:53:59 -05:00
|
|
|
<wx-data id="data">
|
2004-03-11 14:31:33 -05:00
|
|
|
<files>
|
2005-07-29 08:35:10 -04:00
|
|
|
9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav
|
|
|
|
</files>
|
2004-02-01 05:53:59 -05:00
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|