]>
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 | studio.cpp | |
11 | doc.cpp | |
12 | shapes.cpp | |
13 | symbols.cpp | |
14 | view.cpp | |
15 | cspalette.cpp | |
16 | mainfrm.cpp | |
17 | project.cpp | |
18 | dialogs.cpp | |
19 | csprint.cpp | |
20 | </sources> | |
21 | <wx-lib>ogl</wx-lib> | |
22 | <wx-lib>core</wx-lib> | |
23 | <wx-lib>base</wx-lib> | |
24 | <win32-res>studio.rc</win32-res> | |
25 | </exe> | |
26 | ||
27 | <wx-data id="data"> | |
28 | <files> | |
29 | studio_resources.wxr | |
30 | </files> | |
31 | </wx-data> | |
32 | ||
33 | </makefile> |