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