]>
Commit | Line | Data |
---|---|---|
7f9d2f2a WS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="richtext" template="wx_sample" template_append="wx_append"> | |
7 | <sources> | |
8 | richtext.cpp | |
9 | </sources> | |
3b2cb431 | 10 | <wx-lib>richtext</wx-lib> |
13127359 JS |
11 | <wx-lib>adv</wx-lib> |
12 | <wx-lib>html</wx-lib> | |
7f9d2f2a WS |
13 | <wx-lib>core</wx-lib> |
14 | <wx-lib>xml</wx-lib> | |
15 | <wx-lib>base</wx-lib> | |
1226b3b3 | 16 | <win32-res>../sample.rc</win32-res> |
7f9d2f2a WS |
17 | </exe> |
18 | ||
19 | </makefile> |