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