2003-08-05 20:42:41 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
2006-10-10 10:04:10 +00:00
|
|
|
|
|
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='1'">
|
|
|
|
<set var="USE_OPENGL">1</set>
|
|
|
|
</if>
|
2003-08-05 20:42:41 +00:00
|
|
|
|
2004-10-14 17:09:43 +00:00
|
|
|
<exe id="penguin" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
|
2003-08-05 20:42:41 +00:00
|
|
|
<sources>
|
|
|
|
penguin.cpp
|
2005-11-14 17:38:24 +00:00
|
|
|
dxfrenderer.cpp
|
2003-08-05 20:42:41 +00:00
|
|
|
trackball.c
|
|
|
|
</sources>
|
|
|
|
<wx-lib>gl</wx-lib>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>penguin.rc</win32-res>
|
|
|
|
</exe>
|
2004-10-14 17:09:43 +00:00
|
|
|
|
2003-08-05 20:42:41 +00:00
|
|
|
<wx-data id="data">
|
|
|
|
<files>
|
2005-11-14 17:38:24 +00:00
|
|
|
penguin.dxf.gz
|
2003-08-05 20:42:41 +00:00
|
|
|
</files>
|
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|