2003-08-06 17:23:54 -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="treelay" template="wx_contrib_sample" template_append="wx_append">
|
|
|
|
<sources>
|
|
|
|
treelay.cpp
|
|
|
|
</sources>
|
2005-08-08 09:08:45 -04:00
|
|
|
<contrib-lib>deprecated</contrib-lib>
|
2003-08-06 17:23:54 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>treelay.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|