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