]> git.saurik.com Git - wxWidgets.git/blob - tests/test.bkl
reSWIGged
[wxWidgets.git] / tests / test.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="test" template="wx_test_console"
9 template_append="wx_append_base">
10 <sources>
11 test.cpp
12 mbconv/main.cpp
13 formatconverter/formatconverter.cpp
14 regex/regex.cpp
15 regex/wxregex.cpp
16 filesys/filesys.cpp
17 arrays/arrays.cpp
18 hashes/hashes.cpp
19 longlong/longlong.cpp
20 strings/strings.cpp
21 strings/stdstrings.cpp
22 strings/unicode.cpp
23 strings/crt.cpp
24 streams/bstream.cpp
25 streams/ffilestream.cpp
26 streams/filestream.cpp
27 streams/memstream.cpp
28 streams/zlibstream.cpp
29 fontmap/fontmap.cpp
30 datetime/datetime.cpp
31 </sources>
32 <wx-lib>base</wx-lib>
33 </exe>
34
35 <wx-data id="data">
36 <files>testdata.fc</files>
37 </wx-data>
38
39 </makefile>