<?xml version="1.0" ?>

<makefile>

    <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>
        <headers>xmlparser.h</headers>

        <wx-lib>xml</wx-lib>
        <wx-lib>base</wx-lib>
        <install-to>$(BINDIR)</install-to>
    </exe>

</makefile>
