wxWidgets/samples/treectrl/treectrl.bkl
Vadim Zeitlin 5341bf5b60 Remove unnecessary win32-res tags from samples bakefiles
Don't specify sample.rc as the resource file for the samples, it is used
by default anyhow, so this is unnecessary.
2021-10-20 17:47:47 +02:00

14 lines
334 B
XML

<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="treectrl" template="wx_sample" template_append="wx_append">
<sources>treetest.cpp</sources>
<headers>treetest.h</headers>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
</exe>
</makefile>