added sample showing how to use custom renderers and load them from DLL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-06 12:32:14 +00:00
parent 26a7a7e1d5
commit c59e508935
8 changed files with 1243 additions and 0 deletions

16
samples/render/render.bkl Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="render" template="wx_sample" template_append="wx_append">
<sources>render.cpp</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>../sample.rc</win32-res>
<mac-res>../sample.r</mac-res>
</exe>
</makefile>