wxWidgets/tests/test.bkl
2004-04-01 21:10:33 +00:00

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