2004-08-03 07:18:36 -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="foldtest" template="wx_contrib_sample" template_append="wx_append">
|
|
|
|
<sources>
|
|
|
|
foldpanelbartest.cpp
|
|
|
|
foldtestpanel.cpp
|
|
|
|
layouttest.cpp
|
|
|
|
test.cpp
|
|
|
|
</sources>
|
2005-08-08 09:08:45 -04:00
|
|
|
<contrib-lib>foldbar</contrib-lib>
|
2004-08-03 07:18:36 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>foldpanelbartest.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|