wxWidgets/samples/sashtest/sashtest.bkl
2005-10-23 21:52:24 +00:00

17 lines
427 B
XML

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