5341bf5b60
Don't specify sample.rc as the resource file for the samples, it is used by default anyhow, so this is unnecessary.
14 lines
334 B
XML
14 lines
334 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="treectrl" template="wx_sample" template_append="wx_append">
|
|
<sources>treetest.cpp</sources>
|
|
<headers>treetest.h</headers>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
</makefile>
|