wxWidgets/samples/htlbox/htlbox.bkl

14 lines
333 B
Plaintext
Raw Normal View History

<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="htlbox" template="wx_sample" template_append="wx_append">
<sources>htlbox.cpp</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>htlbox.rc</win32-res>
</exe>
</makefile>