8fbca5cb70
No real changes, just clean up sources by removing trailing spaces from all the non-generated files. This should hopefully avoid future commits mixing significant changes with insignificant whitespace ones.
16 lines
354 B
XML
16 lines
354 B
XML
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="xti" template="wx_sample" template_append="wx_append">
|
|
<sources>xti.cpp classlist.cpp codereadercallback.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>xml</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
</makefile>
|