wxWidgets/contrib/samples/gizmos/led/led.bkl

17 lines
486 B
Plaintext
Raw Normal View History

<?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="led" template="wx_contrib_sample" template_append="wx_append">
<sources>
led.cpp
</sources>
<wx-lib>gizmos</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
</exe>
</makefile>