2003-07-19 11:01:55 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
2004-10-14 13:09:43 -04:00
|
|
|
<exe id="cube" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
|
2003-07-19 11:01:55 -04: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>
|