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