5341bf5b60
Don't specify sample.rc as the resource file for the samples, it is used by default anyhow, so this is unnecessary.
18 lines
424 B
XML
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>
|