]>
Commit | Line | Data |
---|---|---|
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 | archive/archivetest.cpp | |
13 | arrays/arrays.cpp | |
14 | datetime/datetimetest.cpp | |
15 | fileconf/fileconftest.cpp | |
16 | filename/filenametest.cpp | |
17 | filesys/filesystest.cpp | |
18 | fontmap/fontmaptest.cpp | |
19 | formatconverter/formatconvertertest.cpp | |
20 | hashes/hashes.cpp | |
21 | longlong/longlongtest.cpp | |
22 | mbconv/mbconvtest.cpp | |
23 | regex/regextest.cpp | |
24 | regex/wxregextest.cpp | |
25 | strings/strings.cpp | |
26 | strings/stdstrings.cpp | |
27 | strings/unicode.cpp | |
28 | strings/crt.cpp | |
29 | streams/bstream.cpp | |
30 | streams/ffilestream.cpp | |
31 | streams/filestream.cpp | |
32 | streams/memstream.cpp | |
33 | streams/sstream.cpp | |
34 | streams/zlibstream.cpp | |
35 | uris/uris.cpp | |
36 | </sources> | |
37 | <wx-lib>net</wx-lib> | |
38 | <wx-lib>base</wx-lib> | |
39 | </exe> | |
40 | ||
41 | <wx-data id="data"> | |
42 | <files>testdata.fc</files> | |
43 | </wx-data> | |
44 | ||
45 | </makefile> |