wxWidgets/tests/test.bkl
2004-03-06 11:23:49 +00:00

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