wxWidgets/tests/test.bkl

21 lines
458 B
Plaintext
Raw Normal View History

<?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>