2003-08-05 20:42:41 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
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
|
|
|
|
lw.cpp
|
|
|
|
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>
|
|
|
|
penguin.lwo
|
|
|
|
</files>
|
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|