]>
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 | ||
7 | <exe id="mmboard" template="wx_contrib_sample" template_append="wx_append"> | |
8 | <sources> | |
9 | mmboard.cpp | |
10 | mmbman.cpp | |
11 | </sources> | |
12 | <wx-lib>mmedia</wx-lib> | |
13 | <wx-lib>core</wx-lib> | |
14 | <wx-lib>base</wx-lib> | |
15 | <win32-res>mmboard.rc</win32-res> | |
16 | </exe> | |
17 | ||
18 | </makefile> |