]>
Commit | Line | Data |
---|---|---|
c59e5089 | 1 | <?xml version="1.0" ?> |
c59e5089 VZ |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
1f9e3582 VS |
7 | <if cond="OUT_OF_TREE_MAKEFILES=='1'"> |
8 | <option name="SHARED"> | |
9 | <default-value>0</default-value> | |
10 | <description>Build shared lib plugin</description> | |
11 | </option> | |
12 | </if> | |
13 | ||
c59e5089 VZ |
14 | <exe id="render" template="wx_sample" template_append="wx_append"> |
15 | <sources>render.cpp</sources> | |
16 | <wx-lib>core</wx-lib> | |
17 | <wx-lib>base</wx-lib> | |
c59e5089 VZ |
18 | </exe> |
19 | ||
9c743a7c | 20 | <wx-gui-plugin id="renddll" cond="SHARED=='1'" template_append="wx_append"> |
78556ae1 VS |
21 | <sources>renddll.cpp</sources> |
22 | <wx-lib>core</wx-lib> | |
23 | <wx-lib>base</wx-lib> | |
9c743a7c | 24 | </wx-gui-plugin> |
78556ae1 | 25 | |
c59e5089 | 26 | </makefile> |