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