2006-10-09 13:51:07 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
2013-10-09 16:42:49 -04:00
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
2006-10-09 13:51:07 -04:00
|
|
|
|
|
|
|
<exe id="anitest" template="wx_sample" template_append="wx_append">
|
2009-03-04 06:47:32 -05:00
|
|
|
<sources>anitest.cpp</sources>
|
|
|
|
<headers>anitest.h</headers>
|
2006-10-09 13:51:07 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
<wx-data id="catalog">
|
|
|
|
<files>throbber.gif hourglass.ani</files>
|
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|