]>
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 | ||
1f9e3582 VS |
8 | <if cond="OUT_OF_TREE_MAKEFILES=='1'"> |
9 | <option name="SHARED"> | |
10 | <default-value>0</default-value> | |
11 | <description>Build shared lib plugin</description> | |
12 | </option> | |
13 | </if> | |
14 | ||
c59e5089 VZ |
15 | <exe id="render" template="wx_sample" template_append="wx_append"> |
16 | <sources>render.cpp</sources> | |
17 | <wx-lib>core</wx-lib> | |
18 | <wx-lib>base</wx-lib> | |
c59e5089 VZ |
19 | </exe> |
20 | ||
9c743a7c | 21 | <wx-gui-plugin id="renddll" cond="SHARED=='1'" template_append="wx_append"> |
78556ae1 VS |
22 | <sources>renddll.cpp</sources> |
23 | <wx-lib>core</wx-lib> | |
24 | <wx-lib>base</wx-lib> | |
9c743a7c | 25 | </wx-gui-plugin> |
78556ae1 | 26 | |
c59e5089 | 27 | </makefile> |