]>
Commit | Line | Data |
---|---|---|
c59e5089 VZ |
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> | |
c59e5089 VZ |
12 | </exe> |
13 | ||
9c743a7c | 14 | <wx-gui-plugin id="renddll" cond="SHARED=='1'" template_append="wx_append"> |
78556ae1 VS |
15 | <sources>renddll.cpp</sources> |
16 | <wx-lib>core</wx-lib> | |
17 | <wx-lib>base</wx-lib> | |
9c743a7c | 18 | </wx-gui-plugin> |
78556ae1 | 19 | |
c59e5089 | 20 | </makefile> |