]>
Commit | Line | Data |
---|---|---|
3c3ead1d PC |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | <makefile> | |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="ribbon" template="wx_sample" template_append="wx_append"> | |
8 | <sources> | |
9 | ribbondemo.cpp | |
10 | </sources> | |
11 | <wx-lib>ribbon</wx-lib> | |
12 | <wx-lib>adv</wx-lib> | |
13 | <wx-lib>core</wx-lib> | |
14 | <wx-lib>base</wx-lib> | |
15 | <win32-res>../sample.rc</win32-res> | |
16 | </exe> | |
17 | ||
18 | </makefile> |