Files
wxWidgets/tests/test.bkl
Václav Slavík 1cd53e884b added wxString tests (patch 938082)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 18:55:09 +00:00

29 lines
726 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
filesys/filesys.cpp
arrays/arrays.cpp
longlong/longlong.cpp
strings/strings.cpp
streams/bstream.cpp
streams/ffilestream.cpp
streams/filestream.cpp
streams/memstream.cpp
streams/zlibstream.cpp
</sources>
<wx-lib>base</wx-lib>
</exe>
</makefile>