initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
26
libs/wxWidgets-3.3.1/samples/render/render.bkl
Normal file
26
libs/wxWidgets-3.3.1/samples/render/render.bkl
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" ?>
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<if cond="OUT_OF_TREE_MAKEFILES=='1'">
|
||||
<option name="SHARED">
|
||||
<default-value>0</default-value>
|
||||
<description>Build shared lib plugin</description>
|
||||
</option>
|
||||
</if>
|
||||
|
||||
<exe id="render" template="wx_sample" template_append="wx_append">
|
||||
<sources>render.cpp</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
</exe>
|
||||
|
||||
<wx-gui-plugin id="renddll" cond="SHARED=='1'" template_append="wx_append">
|
||||
<sources>renddll.cpp</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
</wx-gui-plugin>
|
||||
|
||||
</makefile>
|
||||
Reference in New Issue
Block a user