wxWidgets/samples/combo/combo.bkl
Alexander Koshelev 685e3af613 Use wxBitmapBundle in combo sample
Replace PNG files with SVG ones.

Closes #22103.
2022-02-08 20:54:05 +01:00

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>