]>
Commit | Line | Data |
---|---|---|
592cae95 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../../../build/bakefiles/common_samples.bkl"/> | |
462cc698 | 5 | <set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set> |
592cae95 VS |
6 | <include file="../../../../build/bakefiles/common_contrib.bkl"/> |
7 | ||
8 | <exe id="ogledit" template="wx_contrib_sample" template_append="wx_append"> | |
9 | <sources> | |
10 | ogledit.cpp | |
11 | doc.cpp | |
12 | view.cpp | |
13 | palette.cpp | |
14 | </sources> | |
15 | <wx-lib>ogl</wx-lib> | |
462cc698 | 16 | <wx-lib>deprecated</wx-lib> |
592cae95 VS |
17 | <wx-lib>core</wx-lib> |
18 | <wx-lib>base</wx-lib> | |
19 | <win32-res>ogledit.rc</win32-res> | |
20 | </exe> | |
21 | ||
22 | </makefile> |