2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="treectrl" template="wx_sample" template_append="wx_append">
|
2003-07-04 17:23:19 -04:00
|
|
|
<sources>treetest.cpp</sources>
|
2009-03-04 06:47:32 -05:00
|
|
|
<headers>treetest.h</headers>
|
2003-06-23 18:31:50 -04:00
|
|
|
<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
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|