]>
Commit | Line | Data |
---|---|---|
592cae95 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../../../build/bakefiles/common_samples.bkl"/> | |
5 | <include file="../../../../build/bakefiles/common_contrib.bkl"/> | |
6 | ||
7 | <exe id="ogledit" template="wx_contrib_sample" template_append="wx_append"> | |
8 | <sources> | |
9 | studio.cpp | |
10 | doc.cpp | |
11 | shapes.cpp | |
12 | symbols.cpp | |
13 | view.cpp | |
14 | cspalette.cpp | |
15 | mainfrm.cpp | |
16 | project.cpp | |
17 | dialogs.cpp | |
18 | csprint.cpp | |
19 | </sources> | |
20 | <wx-lib>ogl</wx-lib> | |
21 | <wx-lib>core</wx-lib> | |
22 | <wx-lib>base</wx-lib> | |
23 | <win32-res>studio.rc</win32-res> | |
24 | </exe> | |
25 | ||
26 | <wx-data id="data"> | |
27 | <files> | |
28 | studio_resources.wxr | |
29 | </files> | |
30 | </wx-data> | |
31 | ||
32 | </makefile> |