2003-07-19 15:01:55 +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>
|
|
|
|
|
2004-10-14 17:09:43 +00:00
|
|
|
<exe id="cube" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
|
2003-07-19 15:01:55 +00:00
|
|
|
<sources>cube.cpp</sources>
|
|
|
|
<wx-lib>gl</wx-lib>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>cube.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|