wxWidgets/samples/animate/anitest.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

18 lines
424 B
XML

<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="anitest" template="wx_sample" template_append="wx_append">
<sources>anitest.cpp</sources>
<headers>anitest.h</headers>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
</exe>
<wx-data id="catalog">
<files>throbber.gif hourglass.ani</files>
</wx-data>
</makefile>