]> git.saurik.com Git - wxWidgets.git/blob - samples/render/renddll.bkl
added sample showing how to use custom renderers and load them from DLL
[wxWidgets.git] / samples / render / renddll.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../build/bakefiles/common_samples.bkl"/>
7
8 <module id="renddll" cond="SHARED=='1'"
9 template="wx" template_append="wx_append">
10 <dllname>renddll_$(PORTNAME)$(WXUNIVNAME)$(WXWIN32DLLVERSION)</dllname>
11 <define>WXUSINGDLL</define>
12 <sources>renddll.cpp</sources>
13 <wx-lib>core</wx-lib>
14 <wx-lib>base</wx-lib>
15 </module>
16
17 </makefile>