2004-03-03 17:56:16 -05:00
|
|
|
<?xml version="1.0" ?>
|
2004-03-06 06:23:49 -05:00
|
|
|
<!-- $Id$ -->
|
2004-03-03 17:56:16 -05: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 06:23:49 -05:00
|
|
|
formatconverter/formatconverter.cpp
|
2004-03-05 18:14:23 -05:00
|
|
|
regex/regex.cpp
|
2004-04-21 16:17:18 -04:00
|
|
|
regex/wxregex.cpp
|
2004-03-28 15:44:26 -05:00
|
|
|
filesys/filesys.cpp
|
2004-04-01 16:10:33 -05:00
|
|
|
arrays/arrays.cpp
|
2004-05-22 13:52:44 -04:00
|
|
|
hashes/hashes.cpp
|
2004-04-06 08:15:27 -04:00
|
|
|
longlong/longlong.cpp
|
2004-04-20 14:55:09 -04:00
|
|
|
strings/strings.cpp
|
2004-05-21 03:59:14 -04:00
|
|
|
strings/stdstrings.cpp
|
2004-04-30 16:26:14 -04:00
|
|
|
strings/unicode.cpp
|
2004-06-03 15:48:31 -04:00
|
|
|
strings/crt.cpp
|
2004-04-18 15:26:20 -04:00
|
|
|
streams/bstream.cpp
|
|
|
|
streams/ffilestream.cpp
|
|
|
|
streams/filestream.cpp
|
|
|
|
streams/memstream.cpp
|
|
|
|
streams/zlibstream.cpp
|
2004-06-19 10:01:44 -04:00
|
|
|
fontmap/fontmap.cpp
|
2004-03-03 17:56:16 -05:00
|
|
|
</sources>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
2004-04-30 16:26:14 -04:00
|
|
|
<wx-data id="data">
|
|
|
|
<files>testdata.fc</files>
|
|
|
|
</wx-data>
|
|
|
|
|
2004-03-03 17:56:16 -05:00
|
|
|
</makefile>
|