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