2003-08-06 11:58:14 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
|
|
|
|
2003-09-12 17:49:46 -04:00
|
|
|
<if cond="FORMAT=='autoconf'">
|
|
|
|
<option name="EXTRALIBS_ESD"/>
|
|
|
|
</if>
|
|
|
|
|
2003-08-06 11:58:14 -04:00
|
|
|
<exe id="mmboard" template="wx_contrib_sample" template_append="wx_append">
|
|
|
|
<sources>
|
|
|
|
mmboard.cpp
|
|
|
|
mmbman.cpp
|
|
|
|
</sources>
|
|
|
|
<wx-lib>mmedia</wx-lib>
|
2003-09-12 17:49:46 -04:00
|
|
|
<ldlibs cond="FORMAT=='autoconf'">$(EXTRALIBS_ESD)</ldlibs>
|
2003-08-06 11:58:14 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>mmboard.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|