]>
Commit | Line | Data |
---|---|---|
09a3edeb 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="anitest" template="wx_contrib_sample" template_append="wx_append"> | |
8 | <sources> | |
9 | anitest.cpp | |
10 | </sources> | |
11 | <wx-lib>animate</wx-lib> | |
12 | <wx-lib>core</wx-lib> | |
13 | <wx-lib>base</wx-lib> | |
e80ae200 | 14 | <win32-res>anitest.rc</win32-res> |
09a3edeb VS |
15 | </exe> |
16 | ||
17 | <wx-data id="data"> | |
18 | <dstdir>$(BUILDDIR)</dstdir> | |
19 | <srcdir>$(SRCDIR)</srcdir> | |
20 | <files> | |
21 | bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico | |
22 | </files> | |
23 | </wx-data> | |
24 | ||
25 | </makefile> |