a9e9946154
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
44 lines
1.2 KiB
XML
44 lines
1.2 KiB
XML
<?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
|
|
arrays/arrays.cpp
|
|
datetime/datetimetest.cpp
|
|
fileconf/fileconftest.cpp
|
|
filename/filenametest.cpp
|
|
filesys/filesystest.cpp
|
|
fontmap/fontmaptest.cpp
|
|
formatconverter/formatconvertertest.cpp
|
|
hashes/hashes.cpp
|
|
longlong/longlongtest.cpp
|
|
mbconv/mbconvtest.cpp
|
|
regex/regextest.cpp
|
|
regex/wxregextest.cpp
|
|
strings/strings.cpp
|
|
strings/stdstrings.cpp
|
|
strings/unicode.cpp
|
|
strings/crt.cpp
|
|
streams/bstream.cpp
|
|
streams/ffilestream.cpp
|
|
streams/filestream.cpp
|
|
streams/memstream.cpp
|
|
streams/sstream.cpp
|
|
streams/zlibstream.cpp
|
|
uris/uris.cpp
|
|
</sources>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
<wx-data id="data">
|
|
<files>testdata.fc</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|