]>
Commit | Line | Data |
---|---|---|
b53f5a2b VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../../../build/bakefiles/common_samples.bkl"/> | |
5 | <set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set> | |
6 | <include file="../../../../build/bakefiles/common_contrib.bkl"/> | |
7 | ||
8 | <exe id="treelay" template="wx_contrib_sample" template_append="wx_append"> | |
9 | <sources> | |
10 | treelay.cpp | |
11 | </sources> | |
12 | <wx-lib>deprecated</wx-lib> | |
13 | <wx-lib>core</wx-lib> | |
14 | <wx-lib>base</wx-lib> | |
15 | <win32-res>treelay.rc</win32-res> | |
16 | </exe> | |
17 | ||
18 | </makefile> |