]>
Commit | Line | Data |
---|---|---|
592cae95 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
5 | <include file="../../../build/bakefiles/common_contrib.bkl"/> | |
6 | ||
9fd04dde MB |
7 | <if cond="FORMAT=='autoconf'"> |
8 | <option name="EXTRALIBS_ESD"/> | |
9 | </if> | |
10 | ||
592cae95 VS |
11 | <exe id="mmboard" template="wx_contrib_sample" template_append="wx_append"> |
12 | <sources> | |
13 | mmboard.cpp | |
14 | mmbman.cpp | |
15 | </sources> | |
16 | <wx-lib>mmedia</wx-lib> | |
9fd04dde | 17 | <ldlibs cond="FORMAT=='autoconf'">$(EXTRALIBS_ESD)</ldlibs> |
592cae95 VS |
18 | <wx-lib>core</wx-lib> |
19 | <wx-lib>base</wx-lib> | |
20 | <win32-res>mmboard.rc</win32-res> | |
21 | </exe> | |
22 | ||
23 | </makefile> |