]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/cube/cube.bkl
Removal of first part of dsw files (as requested by Jamie Gadd).
[wxWidgets.git] / samples / opengl / cube / cube.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="cube" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
9 <sources>cube.cpp</sources>
10 <wx-lib>gl</wx-lib>
11 <wx-lib>core</wx-lib>
12 <wx-lib>base</wx-lib>
13 <win32-res>cube.rc</win32-res>
14 </exe>
15
16 </makefile>