wxWidgets/samples/validate/validate.bkl
2006-07-20 11:57:15 +00:00

14 lines
340 B
XML

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