list also headers in the bakefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-10-06 09:32:05 +00:00
parent 42b9f2001e
commit cbff0d0e3d

View File

@ -6,7 +6,12 @@
<include file="../../../build/bakefiles/common_samples.bkl"/>
<exe id="ifacecheck" template="wx_util_console" template_append="wx_append_base">
<sources>ifacecheck.cpp xmlparser.cpp</sources>
<sources>
ifacecheck.cpp
xmlparser.cpp
</sources>
<headers>xmlparser.h</headers>
<wx-lib>xml</wx-lib>
<wx-lib>base</wx-lib>
<install-to>$(BINDIR)</install-to>