]>
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"> | |
10 | <sources> | |
11 | test.cpp | |
00375592 | 12 | archive/archivetest.cpp |
dd65d8c8 | 13 | arrays/arrays.cpp |
a9e99461 RN |
14 | datetime/datetimetest.cpp |
15 | fileconf/fileconftest.cpp | |
16 | filename/filenametest.cpp | |
17 | filesys/filesystest.cpp | |
18 | fontmap/fontmaptest.cpp | |
19 | formatconverter/formatconvertertest.cpp | |
f9c3d39b | 20 | hashes/hashes.cpp |
a9e99461 RN |
21 | longlong/longlongtest.cpp |
22 | mbconv/mbconvtest.cpp | |
23 | regex/regextest.cpp | |
24 | regex/wxregextest.cpp | |
1cd53e88 | 25 | strings/strings.cpp |
405b7d91 | 26 | strings/stdstrings.cpp |
387f829e | 27 | strings/unicode.cpp |
cf8ee08b | 28 | strings/crt.cpp |
7735998c VS |
29 | streams/bstream.cpp |
30 | streams/ffilestream.cpp | |
31 | streams/filestream.cpp | |
32 | streams/memstream.cpp | |
32d49041 | 33 | streams/sstream.cpp |
7735998c | 34 | streams/zlibstream.cpp |
d37da5ef | 35 | uris/uris.cpp |
670ec357 | 36 | </sources> |
d37da5ef | 37 | <wx-lib>net</wx-lib> |
670ec357 VS |
38 | <wx-lib>base</wx-lib> |
39 | </exe> | |
40 | ||
387f829e VS |
41 | <wx-data id="data"> |
42 | <files>testdata.fc</files> | |
43 | </wx-data> | |
44 | ||
670ec357 | 45 | </makefile> |