685e3af613
Replace PNG files with SVG ones. Closes #22103.
23 lines
466 B
XML
23 lines
466 B
XML
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="combo" template="wx_sample" template_append="wx_append">
|
|
<sources>combo.cpp</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
<wx-data id="data">
|
|
<files>
|
|
dropbuth.svg
|
|
dropbutn.svg
|
|
dropbutp.svg
|
|
three-dots.svg
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|