wxWidgets/tests/test.bkl
Václav Slavík 4827cbd923 added wxFileSystem test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 20:44:26 +00:00

21 lines
458 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
</sources>
<wx-lib>base</wx-lib>
</exe>
</makefile>