2006-05-08 23:42:45 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="combo" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>combo.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
2006-05-14 22:17:45 +00:00
|
|
|
<wx-data id="data">
|
|
|
|
<files>
|
|
|
|
dropbuth.png
|
|
|
|
dropbutn.png
|
|
|
|
dropbutp.png
|
|
|
|
</files>
|
|
|
|
</wx-data>
|
|
|
|
|
2006-05-08 23:42:45 +00:00
|
|
|
</makefile>
|