<?xml version="1.0" ?>
<!-- $Id$ -->

<makefile>

    <include file="../build/bakefiles/common_samples.bkl"/>

    <exe id="test" template="wx_test_console"
                   template_append="wx_append_base">
        <sources>
            test.cpp
            mbconv/main.cpp
            formatconverter/formatconverter.cpp
            regex/regex.cpp
            regex/wxregex.cpp
            filename/filename.cpp
            filesys/filesys.cpp
            arrays/arrays.cpp
            hashes/hashes.cpp
            longlong/longlong.cpp
            strings/strings.cpp
            strings/stdstrings.cpp
            strings/unicode.cpp
            strings/crt.cpp
            streams/bstream.cpp
            streams/ffilestream.cpp
            streams/filestream.cpp
            streams/memstream.cpp
            streams/zlibstream.cpp
            fontmap/fontmap.cpp
            datetime/datetime.cpp
        </sources>
        <wx-lib>base</wx-lib>
    </exe>

    <wx-data id="data">
        <files>testdata.fc</files>
    </wx-data>

</makefile>