Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / opengl / cube / cube.bkl
1 <?xml version="1.0" ?>
2
3 <makefile>
4
5     <include file="../../../build/bakefiles/common_samples.bkl"/>
6
7     <if cond="OUT_OF_TREE_MAKEFILES=='1'">
8         <set var="USE_OPENGL">1</set>
9     </if>
10
11     <exe id="cube" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
12         <sources>cube.cpp</sources>
13         <headers>cube.h</headers>
14         <wx-lib>gl</wx-lib>
15         <wx-lib>core</wx-lib>
16         <wx-lib>base</wx-lib>
17     </exe>
18
19 </makefile>