2003-08-06 11:58:14 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
<include file="../../../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set>
|
|
|
|
<include file="../../../../build/bakefiles/common_contrib.bkl"/>
|
|
|
|
|
|
|
|
<exe id="splittree" template="wx_contrib_sample" template_append="wx_append">
|
|
|
|
<sources>
|
|
|
|
tree.cpp
|
|
|
|
</sources>
|
2005-08-08 09:08:45 -04:00
|
|
|
<contrib-lib>gizmos</contrib-lib>
|
2003-08-06 11:58:14 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|