wxWidgets/tests/test.bkl
2004-06-03 19:48:31 +00:00

38 lines
956 B
XML

<?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
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
</sources>
<wx-lib>base</wx-lib>
</exe>
<wx-data id="data">
<files>testdata.fc</files>
</wx-data>
</makefile>