Embed SVG data of the wx logo into the library itself to make it available to all wx programs, including the samples. This is a bit wasteful, but <12KiB is not really noticeable compared to the library size.
30 lines
710 B
XML
30 lines
710 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="webview" template="wx_sample" template_append="wx_append">
|
|
<sources>
|
|
webview.cpp
|
|
</sources>
|
|
<headers></headers>
|
|
<wx-lib>webview</wx-lib>
|
|
<wx-lib>stc</wx-lib>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='0'">
|
|
<sys-lib>$(LIB_SCINTILLA)</sys-lib>
|
|
</if>
|
|
</exe>
|
|
|
|
<wx-data id="data">
|
|
<files>
|
|
webview_back.svg
|
|
webview_forward.svg
|
|
webview_refresh.svg
|
|
webview_stop.svg
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|