]>
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 | ||
11 | <if cond="WX_DISABLE_PRECOMP_HEADERS=='0'"> | |
12 | <if cond="FORMAT!='autoconf' and TOOLKIT=='MSW'"> | |
13 | <sources>dummy.cpp</sources> | |
14 | <precomp-headers-gen>dummy.cpp</precomp-headers-gen> | |
15 | </if> | |
16 | <precomp-headers-header>testprec.h</precomp-headers-header> | |
17 | <precomp-headers>on</precomp-headers> | |
18 | <precomp-headers-file>testprec_$(id)</precomp-headers-file> | |
19 | </if> | |
20 | ||
21 | <sources> | |
22 | test.cpp | |
23 | archive/archivetest.cpp | |
24 | arrays/arrays.cpp | |
25 | datetime/datetimetest.cpp | |
26 | fileconf/fileconftest.cpp | |
27 | filename/filenametest.cpp | |
28 | filesys/filesystest.cpp | |
29 | fontmap/fontmaptest.cpp | |
30 | formatconverter/formatconvertertest.cpp | |
31 | hashes/hashes.cpp | |
32 | lists/lists.cpp | |
33 | longlong/longlongtest.cpp | |
34 | mbconv/mbconvtest.cpp | |
35 | regex/regextest.cpp | |
36 | regex/wxregextest.cpp | |
37 | strings/strings.cpp | |
38 | strings/stdstrings.cpp | |
39 | strings/unicode.cpp | |
40 | strings/crt.cpp | |
41 | streams/bstream.cpp | |
42 | streams/datastreamtest.cpp | |
43 | streams/ffilestream.cpp | |
44 | streams/filestream.cpp | |
45 | streams/memstream.cpp | |
46 | streams/sstream.cpp | |
47 | streams/textstreamtest.cpp | |
48 | streams/zlibstream.cpp | |
49 | uris/uris.cpp | |
50 | </sources> | |
51 | <wx-lib>net</wx-lib> | |
52 | <wx-lib>base</wx-lib> | |
53 | </exe> | |
54 | ||
55 | <wx-data id="data"> | |
56 | <files>testdata.fc</files> | |
57 | </wx-data> | |
58 | ||
59 | </makefile> |