2004-03-03 17:56:16 -05:00
|
|
|
<?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
|
2004-03-05 18:14:23 -05:00
|
|
|
regex/regex.cpp
|
2004-03-03 17:56:16 -05:00
|
|
|
</sources>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|