2004-03-03 22:56:16 +00:00
|
|
|
<?xml version="1.0" ?>
|
2004-03-06 11:23:49 +00:00
|
|
|
<!-- $Id$ -->
|
2004-03-03 22:56:16 +00:00
|
|
|
|
|
|
|
<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-06 11:23:49 +00:00
|
|
|
formatconverter/formatconverter.cpp
|
2004-03-05 23:14:23 +00:00
|
|
|
regex/regex.cpp
|
2004-03-03 22:56:16 +00:00
|
|
|
</sources>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|