dd65d8c830
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
44 lines
1.1 KiB
XML
44 lines
1.1 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/datetime.cpp
|
|
fileconf/fileconf.cpp
|
|
filename/filename.cpp
|
|
filesys/filesys.cpp
|
|
fontmap/fontmap.cpp
|
|
formatconverter/formatconverter.cpp
|
|
hashes/hashes.cpp
|
|
longlong/longlong.cpp
|
|
mbconv/main.cpp
|
|
regex/regex.cpp
|
|
regex/wxregex.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>
|