2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="rotate" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>rotate.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-04 09:45:12 -04:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-06-23 18:31:50 -04:00
|
|
|
<win32-res>rotate.rc</win32-res>
|
|
|
|
</exe>
|
2003-08-13 08:39:19 -04:00
|
|
|
|
|
|
|
<wx-data id="data">
|
|
|
|
<files>
|
2005-05-19 06:15:53 -04:00
|
|
|
duck.png
|
2003-08-13 08:39:19 -04:00
|
|
|
</files>
|
|
|
|
</wx-data>
|
2003-06-23 18:31:50 -04:00
|
|
|
|
|
|
|
</makefile>
|