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