]> git.saurik.com Git - wxWidgets.git/blob - samples/render/render.bkl
23ef3a84dc71e81b63c7f85e1b0dc825ec1afa93
[wxWidgets.git] / samples / render / render.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="render" template="wx_sample" template_append="wx_append">
9 <sources>render.cpp</sources>
10 <wx-lib>core</wx-lib>
11 <wx-lib>base</wx-lib>
12 <win32-res>../sample.rc</win32-res>
13 <mac-res>../sample.r</mac-res>
14 </exe>
15
16 <module id="renddll" cond="SHARED=='1'"
17 template="wx" template_append="wx_append">
18 <dllname>renddll_$(PORTNAME)$(WXUNIVNAME)$(WXWIN32DLLVERSION)</dllname>
19 <define>WXUSINGDLL</define>
20 <sources>renddll.cpp</sources>
21 <wx-lib>core</wx-lib>
22 <wx-lib>base</wx-lib>
23 </module>
24
25 </makefile>