]>
Commit | Line | Data |
---|---|---|
592cae95 VS |
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="dynsash" template="wx_contrib_sample" template_append="wx_append"> | |
8 | <sources> | |
9 | dynsash.cpp | |
10 | </sources> | |
2edad6fc | 11 | <contrib-lib>gizmos</contrib-lib> |
592cae95 VS |
12 | <wx-lib>html</wx-lib> |
13 | <wx-lib>core</wx-lib> | |
14 | <wx-lib>base</wx-lib> | |
15 | </exe> | |
16 | ||
17 | </makefile> |