]>
Commit | Line | Data |
---|---|---|
e93c6860 VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
1f9e3582 VS |
7 | |
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> | |
18 | <wx-lib>gl</wx-lib> | |
19 | <wx-lib>core</wx-lib> | |
20 | <wx-lib>base</wx-lib> | |
21 | <win32-res>penguin.rc</win32-res> | |
22 | </exe> | |
54e3a7c1 | 23 | |
e93c6860 VS |
24 | <wx-data id="data"> |
25 | <files> | |
4b764db3 | 26 | penguin.dxf.gz |
e93c6860 VS |
27 | </files> |
28 | </wx-data> | |
29 | ||
30 | </makefile> |