2004-08-04 13:08:53 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="splash" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>splash.cpp</sources>
|
2005-05-18 08:09:13 -04:00
|
|
|
<wx-lib>media</wx-lib>
|
2004-08-04 13:08:53 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
<wx-data id="data">
|
2004-11-24 10:43:56 -05:00
|
|
|
<files>splash.png press.mpg</files>
|
2004-08-04 13:08:53 -04:00
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|