wxWidgets/samples/taskbar/taskbar.bkl
2009-03-04 11:47:32 +00:00

15 lines
358 B
XML

<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="taskbar" template="wx_sample" template_append="wx_append">
<sources>tbtest.cpp</sources>
<headers>tbtest.h</headers>
<wx-lib>adv</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
</exe>
</makefile>