]>
Commit | Line | Data |
---|---|---|
1c4293cb | 1 | <?xml version="1.0" ?> |
1c4293cb VZ |
2 | <makefile> |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="propgrid" template="wx_sample" template_append="wx_append"> | |
7 | <sources> | |
8 | propgrid.cpp | |
9 | propgrid_minimal.cpp | |
10 | sampleprops.cpp | |
11 | tests.cpp | |
12 | </sources> | |
076218c2 FM |
13 | <headers> |
14 | sampleprops.h | |
15 | propgrid.h | |
16 | </headers> | |
1c4293cb VZ |
17 | <wx-lib>propgrid</wx-lib> |
18 | <wx-lib>adv</wx-lib> | |
19 | <wx-lib>core</wx-lib> | |
20 | <wx-lib>base</wx-lib> | |
21 | <win32-res>../sample.rc</win32-res> | |
22 | </exe> | |
23 | ||
24 | </makefile> |