]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/penguin.bkl
Include wx/containr.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / samples / opengl / penguin / penguin.bkl
CommitLineData
e93c6860
VS
1<?xml version="1.0" ?>
2<!-- $Id$ -->
3
4<makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
54e3a7c1 8 <exe id="penguin" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
e93c6860
VS
9 <sources>
10 penguin.cpp
4b764db3 11 dxfrenderer.cpp
e93c6860
VS
12 trackball.c
13 </sources>
14 <wx-lib>gl</wx-lib>
15 <wx-lib>core</wx-lib>
16 <wx-lib>base</wx-lib>
17 <win32-res>penguin.rc</win32-res>
18 </exe>
54e3a7c1 19
e93c6860
VS
20 <wx-data id="data">
21 <files>
4b764db3 22 penguin.dxf.gz
e93c6860
VS
23 </files>
24 </wx-data>
25
26</makefile>