2004-11-11 05:40:58 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
2004-11-11 09:32:49 +00:00
|
|
|
<exe id="mediaplayer" template="wx_sample" template_append="wx_append">
|
2004-11-11 05:40:58 +00:00
|
|
|
<sources>mediaplayer.cpp</sources>
|
2005-05-18 12:09:13 +00:00
|
|
|
<wx-lib>media</wx-lib>
|
2004-11-11 05:40:58 +00:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|