]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <makefile> | |
4 | ||
5 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <if cond="OUT_OF_TREE_MAKEFILES=='1'"> | |
8 | <set var="USE_OPENGL">1</set> | |
9 | </if> | |
10 | ||
11 | <exe id="penguin" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'"> | |
12 | <sources> | |
13 | penguin.cpp | |
14 | dxfrenderer.cpp | |
15 | trackball.c | |
16 | </sources> | |
17 | <headers> | |
18 | dxfrenderer.h | |
19 | penguin.h | |
20 | trackball.h | |
21 | </headers> | |
22 | <wx-lib>gl</wx-lib> | |
23 | <wx-lib>core</wx-lib> | |
24 | <wx-lib>base</wx-lib> | |
25 | </exe> | |
26 | ||
27 | <wx-data id="data"> | |
28 | <files> | |
29 | penguin.dxf.gz | |
30 | </files> | |
31 | </wx-data> | |
32 | ||
33 | </makefile> |