]>
Commit | Line | Data |
---|---|---|
670ec357 | 1 | <?xml version="1.0" ?> |
7d5ab151 | 2 | <!-- $Id$ --> |
670ec357 VS |
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"> | |
8899b155 RN |
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 | ||
670ec357 VS |
21 | <sources> |
22 | test.cpp | |
00375592 | 23 | archive/archivetest.cpp |
dd65d8c8 | 24 | arrays/arrays.cpp |
a9e99461 RN |
25 | datetime/datetimetest.cpp |
26 | fileconf/fileconftest.cpp | |
27 | filename/filenametest.cpp | |
28 | filesys/filesystest.cpp | |
29 | fontmap/fontmaptest.cpp | |
30 | formatconverter/formatconvertertest.cpp | |
f9c3d39b | 31 | hashes/hashes.cpp |
7d9cfc54 | 32 | lists/lists.cpp |
a9e99461 RN |
33 | longlong/longlongtest.cpp |
34 | mbconv/mbconvtest.cpp | |
35 | regex/regextest.cpp | |
36 | regex/wxregextest.cpp | |
1cd53e88 | 37 | strings/strings.cpp |
405b7d91 | 38 | strings/stdstrings.cpp |
387f829e | 39 | strings/unicode.cpp |
cf8ee08b | 40 | strings/crt.cpp |
7735998c | 41 | streams/bstream.cpp |
2f4bebe8 | 42 | streams/datastreamtest.cpp |
7735998c VS |
43 | streams/ffilestream.cpp |
44 | streams/filestream.cpp | |
45 | streams/memstream.cpp | |
32d49041 | 46 | streams/sstream.cpp |
ba854691 | 47 | streams/textstreamtest.cpp |
7735998c | 48 | streams/zlibstream.cpp |
d37da5ef | 49 | uris/uris.cpp |
670ec357 | 50 | </sources> |
d37da5ef | 51 | <wx-lib>net</wx-lib> |
670ec357 VS |
52 | <wx-lib>base</wx-lib> |
53 | </exe> | |
54 | ||
387f829e VS |
55 | <wx-data id="data"> |
56 | <files>testdata.fc</files> | |
57 | </wx-data> | |
58 | ||
670ec357 | 59 | </makefile> |