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-04-21 20:17:18 +00:00
|
|
|
regex/wxregex.cpp
|
2004-07-25 13:27:42 +00:00
|
|
|
filename/filename.cpp
|
2004-03-28 20:44:26 +00:00
|
|
|
filesys/filesys.cpp
|
2004-04-01 21:10:33 +00:00
|
|
|
arrays/arrays.cpp
|
2004-05-22 17:52:44 +00:00
|
|
|
hashes/hashes.cpp
|
2004-04-06 12:15:27 +00:00
|
|
|
longlong/longlong.cpp
|
2004-04-20 18:55:09 +00:00
|
|
|
strings/strings.cpp
|
2004-05-21 07:59:14 +00:00
|
|
|
strings/stdstrings.cpp
|
2004-04-30 20:26:14 +00:00
|
|
|
strings/unicode.cpp
|
2004-06-03 19:48:31 +00:00
|
|
|
strings/crt.cpp
|
2004-04-18 19:26:20 +00:00
|
|
|
streams/bstream.cpp
|
|
|
|
streams/ffilestream.cpp
|
|
|
|
streams/filestream.cpp
|
|
|
|
streams/memstream.cpp
|
|
|
|
streams/zlibstream.cpp
|
2004-06-19 14:01:44 +00:00
|
|
|
fontmap/fontmap.cpp
|
2004-06-24 08:05:50 +00:00
|
|
|
datetime/datetime.cpp
|
2004-03-03 22:56:16 +00:00
|
|
|
</sources>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</exe>
|
|
|
|
|
2004-04-30 20:26:14 +00:00
|
|
|
<wx-data id="data">
|
|
|
|
<files>testdata.fc</files>
|
|
|
|
</wx-data>
|
|
|
|
|
2004-03-03 22:56:16 +00:00
|
|
|
</makefile>
|