In webview sample toolbar use wxBitmapBundles created from SVG files instead of XPM bitmaps, as this results in much better appearance in high DPI. Closes #2642.
31 lines
733 B
XML
31 lines
733 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
|
|
wxlogo.svg
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|